Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7971 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 DSemaCast.cpp64 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2239 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaExprCXX.cpp1686 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 DSemaExprObjC.cpp1809 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp6839 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 DTreeTransform.h3921 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1877 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
5117 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp5594 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4974 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
H A DExpr.h427 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function