Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1533 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
5230 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()
5437 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5490 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5492 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
7739 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
H A DSemaCast.cpp61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2171 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in fixOverloadedReinterpretCastExpr()
H A DSemaOverload.cpp7383 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
13322 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
13681 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
14066 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
14167 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
14352 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
14701 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
14820 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
14897 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaExpr.cpp6520 Expr::getValueKindForType(ReturnType), RParenLoc, in BuildCallExpr()
6748 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
19168 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
19256 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DSemaExprObjC.cpp1795 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DTreeTransform.h3603 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1745 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
4722 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp4978 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h422 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function