Searched refs:getValueKindForType (Results 1 – 9 of 9) sorted by relevance
1443 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()4966 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()5168 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()5221 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()5223 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()7201 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
60 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()1969 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in fixOverloadedReinterpretCastExpr()
7028 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()12312 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()12543 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()12766 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()12869 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()13039 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()13382 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()13501 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()13573 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
1618 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
5741 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()16394 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()16482 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
3143 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
1679 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
4325 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
395 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function