Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprType

2871 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType,
2875 if (ExprType->isDependentType())
2882 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>())
2883 ExprType = Ref->getPointeeType();
2886 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
2889 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
2893 if (RequireCompleteType(OpLoc, ExprType,
2898 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,