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