Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprType

3120 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType,
3124 if (ExprType->isDependentType())
3131 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>())
3132 ExprType = Ref->getPointeeType();
3135 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3138 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3142 if (RequireCompleteType(OpLoc, ExprType,
3147 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,