Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp904 Expr::getValueKindForType(TInfo->getType()), in BuildCXXTypeConstructExpr()
3542 Expr::getValueKindForType(T))); in evaluateTypeTrait()
3702 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
3752 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
3754 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
5529 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
DSemaCast.cpp52 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1702 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
DSemaOverload.cpp5904 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
10408 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
10642 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
10849 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
10962 ExprValueKind valueKind = Expr::getValueKindForType(proto->getResultType()); in BuildCallToMemberFunction()
11129 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
11397 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
11582 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
11651 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
DSemaExprObjC.cpp1273 VK = Expr::getValueKindForType(Method->getResultType()); in CheckMessageArgumentTypes()
DSemaExpr.cpp4565 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getResultType())); in BuildResolvedCallExpr()
12423 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
12511 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
DTreeTransform.h2530 Expr::getValueKindForType(Builtin->getResultType()), in RebuildShuffleVectorExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp194 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
/external/clang/include/clang/AST/
DExpr.h392 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function