/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 82 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom() 103 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom() 330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases() 345 for (const CXXBasePath &HidingP : Paths) { in lookupInBases() 364 CXXBasePath &Path, in FindBaseClass() 373 CXXBasePath &Path, in FindVirtualBaseClass() 387 static bool findOrdinaryMember(const CXXRecordDecl *RD, CXXBasePath &Path, in findOrdinaryMember() 398 CXXBasePath P; in hasMemberName() 404 [Name](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMemberName() 413 CXXBasePath &Path, DeclarationName Name) { in findOrdinaryMemberInDependentClasses() [all …]
|
H A D | VTableBuilder.cpp | 221 const CXXBasePath &Path) { in ComputeBaseOffset() 1257 for (const CXXBasePath &Path : Paths) { in ComputeThisAdjustmentBaseOffset() 2793 [&Bases](const CXXBaseSpecifier *Specifier, CXXBasePath &) { in ComputeThisOffset() argument 2807 for (const CXXBasePath &Path : Paths) { in ComputeThisOffset()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 231 [&AnyInconclusiveBase](const CXXBaseSpecifier *Base, CXXBasePath &) { in visitCXXRecordDecl() argument 240 [&AnyInconclusiveBase](const CXXBaseSpecifier *Base, CXXBasePath &) { in visitCXXRecordDecl() argument 261 [&](const CXXBaseSpecifier *Base, CXXBasePath &) { in visitCXXRecordDecl() argument
|
H A D | PtrTypesSemantics.cpp | 74 [&AnyInconclusiveBase](const CXXBaseSpecifier *Base, CXXBasePath &) { in isRefCountable() argument 90 [&AnyInconclusiveBase](const CXXBaseSpecifier *Base, CXXBasePath &) { in isRefCountable() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 37 class CXXBasePath; variable 161 SVal evalDerivedToBase(SVal Derived, const CXXBasePath &CastPath);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 947 static CXXBasePath *FindBestPath(Sema &S, in FindBestPath() 962 CXXBasePath *BestPath = nullptr; in FindBestPath() 975 CXXBasePath::iterator I = PI->end(), E = PI->begin(); in FindBestPath() 1209 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); in DiagnoseAccessPath() 1212 CXXBasePath::iterator i = path.end(), e = path.begin(); in DiagnoseAccessPath() 1213 CXXBasePath::iterator constrainingBase = i; in DiagnoseAccessPath() 1403 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths); in IsAccessible() 1880 const CXXBasePath &Path, in CheckBaseClassAccess()
|
H A D | SemaCast.cpp | 1037 const CXXBasePath &Path = *I; in DiagnoseReinterpretUpDownCast() 1040 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); in DiagnoseReinterpretUpDownCast() 1710 for (clang::CXXBasePath &Path : Paths) { in TryStaticDowncast()
|
H A D | SemaDeclCXX.cpp | 1356 CXXBasePath &Path) { in findDecomposableBaseClass() 1377 CXXBasePath *BestPath = nullptr; in findDecomposableBaseClass() 2988 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() 3032 const CXXBasePath *Path = nullptr; in CheckDerivedToBaseConversion() 3040 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion() 3117 for (CXXBasePath::const_iterator Element = Path->begin(); in getAmbiguousPathsDisplayString() 3276 CXXBasePath &Path) { in CheckShadowInheritedFields() 10223 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
|
H A D | SemaStmt.cpp | 4157 bool operator()(const CXXBaseSpecifier *S, CXXBasePath &) { in operator ()() argument
|
H A D | SemaLookup.cpp | 2493 CXXBasePath &Path) -> bool { in LookupQualifiedName()
|
H A D | SemaDecl.cpp | 8831 auto VisitBase = [&] (const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in AddOverriddenMethods()
|
H A D | SemaExpr.cpp | 15854 CXXBasePath &Path = Paths.front(); in BuildBuiltinOffsetOf()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 266 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 59 class CXXBasePath; variable 1650 CXXBasePath &Path)>; 1684 CXXBasePath &Path, const CXXRecordDecl *BaseRecord); 1696 CXXBasePath &Path,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1537 for (const CXXBasePath &Path : Paths) { in computeOffsetHint() 1686 for (const CXXBasePath &Path : Paths) { in emitExactDynamicCast()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 99 class CXXBasePath; variable 1412 QualType Derived, const CXXBasePath &Path,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 161 clang::CXXBasePath &path) { in addOverridesForMethod() 6772 clang::CXXBasePath &path) { in GetIndexOfChildMemberWithName()
|