Lines Matching refs:ExprTy
4343 QualType ExprTy = E->getType(); in ActOnParenExpr() local
4345 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()
4453 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local
4454 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand()
4479 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4483 return CheckVectorElementsTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4487 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()
4518 ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand()
4519 assert(!ExprTy->isReferenceType()); in CheckUnaryExprOrTypeTraitOperand()
4521 if (ExprTy->isFunctionType()) { in CheckUnaryExprOrTypeTraitOperand()
4527 if (CheckObjCTraitOperandConstraints(*this, ExprTy, E->getExprLoc(), in CheckUnaryExprOrTypeTraitOperand()