Home
last modified time | relevance | path

Searched refs:getValueKindForType (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1077 Context, ResultType, Expr::getValueKindForType(TInfo->getType()), TInfo, in BuildCXXTypeConstructExpr()
4055 Expr::getValueKindForType(T))); in evaluateTypeTrait()
4233 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
4284 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
4286 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
6036 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
HDSemaOverload.cpp6334 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
10996 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
11226 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
11445 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
11546 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
11721 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
11993 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
12176 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
12245 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
HDSemaCast.cpp53 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1770 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
HDSemaExprObjC.cpp1584 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
HDSemaExpr.cpp5011 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
13923 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
14011 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
HDTreeTransform.h2775 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclTemplate.cpp227 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h394 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function