Searched refs:getValueKindForType (Results 1 – 8 of 8) sorted by relevance
1086 Context, ResultType, Expr::getValueKindForType(TInfo->getType()), TInfo, in BuildCXXTypeConstructExpr()4129 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()4306 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()4357 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()4359 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()6114 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
53 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()1772 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
6442 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()11356 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()11584 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()11803 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()11904 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()12075 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()12368 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()12551 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()12620 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
1584 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
5137 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()14168 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()14256 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
2933 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
225 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
390 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function