Lines Matching refs:ExprTy
4083 QualType ExprTy = E->getType(); in ActOnParenExpr() local
4085 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()
4201 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local
4202 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand()
4227 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4231 return CheckVectorElementsTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4235 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4266 ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand()
4267 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand()
4269 if (ExprTy->isFunctionType()) { in CheckUnaryExprOrTypeTraitOperand()
4275 if (CheckObjCTraitOperandConstraints(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()