reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3928 if (ExprType->isDependentType()) 3937 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>()) 3938 ExprType = Ref->getPointeeType(); 3945 ExprType = Context.getBaseElementType(ExprType); 3945 ExprType = Context.getBaseElementType(ExprType); 3948 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange); 3951 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, 3955 if (RequireCompleteType(OpLoc, ExprType, 3960 if (ExprType->isFunctionType()) { 3966 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,