Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1078 Context, ResultType, Expr::getValueKindForType(TInfo->getType()), TInfo, in BuildCXXTypeConstructExpr()
3804 Expr::getValueKindForType(T))); in evaluateTypeTrait()
3982 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
4033 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
4035 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
5783 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
DSemaOverload.cpp6350 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
11005 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
11235 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
11454 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
11555 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
11730 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
12002 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
12185 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
12254 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
DSemaCast.cpp53 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1759 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
DSemaExprObjC.cpp1360 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
DSemaExpr.cpp4961 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
13906 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
13994 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
DTreeTransform.h2745 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp221 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
/external/clang/include/clang/AST/
DExpr.h392 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function