Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1550 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
5278 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()
5485 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5538 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5540 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
7787 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
H A DSemaCast.cpp61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2181 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaOverload.cpp7379 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
13340 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
13699 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
14086 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
14187 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
14372 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
14721 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
14840 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
14917 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaExprObjC.cpp1795 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp6560 Expr::getValueKindForType(ReturnType), RParenLoc, in BuildCallExpr()
6811 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
19344 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
19432 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DTreeTransform.h3624 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1813 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
4793 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp4993 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h420 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function