Searched refs:getValueKindForType (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7971 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate() 14136 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr() 14287 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp() 14676 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp() 15125 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr() 15234 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction() 15438 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction() 15792 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType() 15921 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr() 15997 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
|
H A D | SemaCast.cpp | 64 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2239 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
|
H A D | SemaExprCXX.cpp | 1686 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr() 5693 Expr::getValueKindForType(LhsT)); in CheckConvertibilityForTypeTraits() 5789 Expr::getValueKindForType(ArgTy))); in EvaluateBooleanTypeTrait() 6093 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait() 6095 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
|
H A D | SemaExprObjC.cpp | 1809 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
H A D | SemaExpr.cpp | 6839 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr() 20404 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr() 20485 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
|
H A D | TreeTransform.h | 3921 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1877 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 5117 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
H A D | ASTContext.cpp | 5594 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4974 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
|
H A D | Expr.h | 427 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|