Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp855 Expr::getValueKindForType(TInfo->getType()), in BuildCXXTypeConstructExpr()
3388 Expr::getValueKindForType(T))); in evaluateTypeTrait()
3549 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
3599 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
3601 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
5344 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
DSemaCast.cpp51 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1535 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in TryReinterpretCast()
DSemaOverload.cpp5786 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
10135 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
10373 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
10580 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
10692 ExprValueKind valueKind = Expr::getValueKindForType(proto->getResultType()); in BuildCallToMemberFunction()
10852 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
11123 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
11296 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
11365 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
DSemaExprObjC.cpp1174 VK = Expr::getValueKindForType(Method->getResultType()); in CheckMessageArgumentTypes()
DSemaExpr.cpp4172 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getResultType())); in BuildResolvedCallExpr()
11847 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
11901 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
DTreeTransform.h2441 Expr::getValueKindForType(Builtin->getResultType()), in RebuildShuffleVectorExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp194 Expr::getValueKindForType(NTTP->getType()), in GenerateInjectedTemplateArgs()
/external/clang/include/clang/AST/
DExpr.h393 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function