Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1086 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()
DSemaCast.cpp53 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1772 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
DSemaOverload.cpp6442 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()
DSemaExprObjC.cpp1584 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
DSemaExpr.cpp5137 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
14168 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
14256 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
DTreeTransform.h2933 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp225 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
/external/clang/include/clang/AST/
DExpr.h390 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function