Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

2806   QualType ExprTy = E->getType();
2812 if (const ReferenceType *Ref = ExprTy->getAs<ReferenceType>())
2813 ExprTy = Ref->getPointeeType();
2816 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(),
2820 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(),
2831 ExprTy = E->getType();
2832 if (const ReferenceType *Ref = ExprTy->getAs<ReferenceType>())
2833 ExprTy = Ref->getPointeeType();
2835 if (CheckObjCTraitOperandConstraints(*this, ExprTy, E->getExprLoc(),