Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1253 Expr::getValueKindForType(LhsT)); in CheckConvertibilityForTypeTraits()
1384 Expr::getValueKindForType(ArgTy))); in EvaluateBooleanTypeTrait()
1737 Expr::getValueKindForType(Ty)}; in EvaluateBinaryTypeTrait()
2329 Expr::getValueKindForType(ArgTy))); in DiagnoseNonConstructibleReason()
2371 Expr::getValueKindForType(Ty)}; in DiagnoseNonAssignableReason()
H A DSemaOverload.cpp8402 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
14939 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
15091 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
15488 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
15941 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
16052 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
16256 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
16610 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
16739 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
16815 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaCast.cpp64 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2271 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaExprObjC.cpp1796 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp6977 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20898 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20979 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DSemaExprCXX.cpp1670 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
H A DTreeTransform.h3971 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1872 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
5212 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp6019 VK = Expr::getValueKindForType(NTTP->getType()); in getInjectedTemplateArg()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5092 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
H A DExpr.h426 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc6132 {"_ZN5clang4Expr19getValueKindForTypeENS_8QualTypeE", "clang::Expr::getValueKindForType(clang::Qual…