Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7933 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
14111 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
14270 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
14672 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
15114 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
15226 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
15432 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
15784 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
15912 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
15990 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaExprCXX.cpp1640 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
5543 Expr::getValueKindForType(ArgTy))); in EvaluateBooleanTypeTrait()
5827 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5880 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5882 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
H A DSemaCast.cpp62 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2230 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaExprObjC.cpp1794 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp7635 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
21404 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
21485 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DTreeTransform.h3866 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1854 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
5026 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp5186 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4827 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
H A DExpr.h422 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function