Searched refs:getValueKindForType (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTypeTraits.cpp | 1253 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 D | SemaOverload.cpp | 8402 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 D | SemaCast.cpp | 64 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2271 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
|
| H A D | SemaExprObjC.cpp | 1796 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
| H A D | SemaExpr.cpp | 6977 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 D | SemaExprCXX.cpp | 1670 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
|
| H A D | TreeTransform.h | 3971 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1872 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 5212 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
| H A D | ASTContext.cpp | 6019 VK = Expr::getValueKindForType(NTTP->getType()); in getInjectedTemplateArg()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 5092 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
|
| H A D | Expr.h | 426 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6132 {"_ZN5clang4Expr19getValueKindForTypeENS_8QualTypeE", "clang::Expr::getValueKindForType(clang::Qual…
|