Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1593 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
5343 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()
5588 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5641 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5643 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
8028 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
H A DSemaOverload.cpp7464 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
13511 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
13870 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
14295 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
14406 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
14591 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
14907 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
15026 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
15103 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaCast.cpp61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2183 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaExprObjC.cpp1795 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp6839 Expr::getValueKindForType(ReturnType), RParenLoc, in BuildCallExpr()
7090 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20272 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20353 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DTreeTransform.h3687 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1789 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
4830 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp5148 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h420 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function