Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprType

3307 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType,
3311 if (ExprType->isDependentType())
3318 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>())
3319 ExprType = Ref->getPointeeType();
3322 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3325 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3329 if (RequireCompleteType(OpLoc, ExprType,
3334 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,