Searched refs:getValueKindForType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7933 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 D | SemaExprCXX.cpp | 1640 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 D | SemaCast.cpp | 62 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2230 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
|
| H A D | SemaExprObjC.cpp | 1794 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
| H A D | SemaExpr.cpp | 7635 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 D | TreeTransform.h | 3866 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1854 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 5026 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
| H A D | ASTContext.cpp | 5186 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4827 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
|
| H A D | Expr.h | 422 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|