Searched refs:getValueKindForType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1593 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 D | SemaOverload.cpp | 7464 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 D | SemaCast.cpp | 61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2183 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
|
| H A D | SemaExprObjC.cpp | 1795 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
| H A D | SemaExpr.cpp | 6839 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 D | TreeTransform.h | 3687 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 1789 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 4830 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
| H A D | ASTContext.cpp | 5148 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 420 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|