/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 79 CXXCastPath BasePath; 208 CXXCastPath &BasePath, 215 CXXCastPath &BasePath); 221 CXXCastPath &BasePath); 228 CXXCastPath &BasePath); 235 CXXCastPath &BasePath); 248 CXXCastPath &BasePath, 1262 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast() 1462 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast() 1518 CXXCastPath &BasePath) { in TryStaticReferenceDowncast() [all …]
|
H A D | SemaDeclCXX.cpp | 1302 CXXCastPath &BasePath) { in findDecomposableBaseClass() 1378 CXXCastPath BasePath; in checkMemberDecomposition() 2853 CXXCastPath &BasePathArray) { in BuildBasePathArray() 2872 CXXCastPath &BasePathArray) { in BuildBasePathArray() 2895 CXXCastPath *BasePath, in CheckDerivedToBaseConversion() 2974 CXXCastPath *BasePath, in CheckDerivedToBaseConversion() 4660 CXXCastPath BasePath; in BuildImplicitBaseInitializer() 8116 CXXCastPath Path = {Base}; in getBase() 13547 const CXXCastPath &Path; 13557 const CXXCastPath &Path) in CastBuilder() [all …]
|
H A D | SemaExprCXX.cpp | 4348 CXXCastPath BasePath; in PerformImplicitConversion() 4368 CXXCastPath BasePath; in PerformImplicitConversion() 4399 CXXCastPath BasePath; in PerformImplicitConversion() 5733 CXXCastPath BasePath; in CheckPointerToMemberOperands()
|
H A D | Sema.cpp | 576 const CXXCastPath *BasePath, in ImpCastExprToType()
|
H A D | SemaExpr.cpp | 3033 CXXCastPath BasePath; in PerformObjectMemberConversion() 3053 CXXCastPath BasePath; in PerformObjectMemberConversion() 9575 CXXCastPath Path; in CheckSingleAssignmentConstraints() 18251 CXXCastPath Path(ICE->path()); in rebuildPotentialResultsAsNonOdrUsed() 19390 ExprValueKind &VK, CXXCastPath &Path) { in checkUnknownAnyCast()
|
H A D | SemaOpenMP.cpp | 16044 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef() 16452 CXXCastPath BasePath; in actOnOMPReductionKindClause() 16576 CXXCastPath BasePath; in actOnOMPReductionKindClause()
|
H A D | SemaOverload.cpp | 2988 CXXCastPath& BasePath, in CheckPointerConversion() 3116 CXXCastPath &BasePath, in CheckMemberPointerConversion()
|
H A D | SemaInit.cpp | 8198 CXXCastPath BasePath; in Perform()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 707 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create() 735 const CXXCastPath *BasePath, in Create() 793 const CXXCastPath *BasePath, in Create() 842 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
|
H A D | ASTImporter.cpp | 396 Expected<CXXCastPath> ImportCastPath(CastExpr *E); 7083 Expected<CXXCastPath> 7085 CXXCastPath Path; in ImportCastPath() 7104 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitImplicitCastExpr() 7121 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitExplicitCastExpr() 7124 CXXCastPath *ToBasePath = &(*ToBasePathOrErr); in VisitExplicitCastExpr()
|
H A D | Expr.cpp | 1939 const CXXCastPath *BasePath, in Create() 1970 const CXXCastPath *BasePath, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 461 Expr *Op, const CXXCastPath *Path, TypeSourceInfo *Written, 498 const CXXCastPath *Path, 543 Expr *Op, const CXXCastPath *Path, 1761 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
|
H A D | Expr.h | 60 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef 3584 const CXXCastPath *BasePath, 3686 Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 95 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef 3426 CXXCastPath& BasePath, 3434 CXXCastPath &BasePath, 7184 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath); 7188 CXXCastPath *BasePath = nullptr, 7195 CXXCastPath *BasePath, 11252 const CXXCastPath *BasePath = nullptr, 11694 ExprValueKind &VK, CXXCastPath &Path);
|