/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> { 71 CXXBasePath() : Access(AS_public) {} in CXXBasePath() function 123 std::list<CXXBasePath> Paths; 150 CXXBasePath ScratchPath; 169 typedef std::list<CXXBasePath>::iterator paths_iterator; 170 typedef std::list<CXXBasePath>::const_iterator const_paths_iterator; 186 CXXBasePath& front() { return Paths.front(); } in front() 187 const CXXBasePath& front() const { return Paths.front(); } in front()
|
D | DeclCXX.h | 34 class CXXBasePath; variable 1521 CXXBasePath &Path)> BaseMatchesCallback; 1552 CXXBasePath &Path, const CXXRecordDecl *BaseRecord); 1564 CXXBasePath &Path, 1573 CXXBasePath &Path, DeclarationName Name); 1581 CXXBasePath &Path, DeclarationName Name); 1589 CXXBasePath &Path, DeclarationName Name); 1598 CXXBasePath &Path,
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 92 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom() 113 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom() 323 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases() 338 for (const CXXBasePath &HidingP : Paths) { in lookupInBases() 357 CXXBasePath &Path, in FindBaseClass() 366 CXXBasePath &Path, in FindVirtualBaseClass() 376 CXXBasePath &Path, in FindTagMember() 392 CXXBasePath &Path, in FindOrdinaryMember() 409 CXXBasePath &Path, in FindOMPReductionMember() 425 CXXBasePath &Path, in FindNestedNameSpecifierMember()
|
D | VTableBuilder.cpp | 221 const CXXBasePath &Path) { in ComputeBaseOffset() 1224 for (const CXXBasePath &Path : Paths) { in ComputeThisAdjustmentBaseOffset() 2675 [&Bases](const CXXBaseSpecifier *Specifier, CXXBasePath &) { in ComputeThisOffset() argument 2689 for (const CXXBasePath &Path : Paths) { in ComputeThisOffset()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 28 class CXXBasePath; variable 121 SVal evalDerivedToBase(SVal Derived, const CXXBasePath &CastPath);
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 926 static CXXBasePath *FindBestPath(Sema &S, in FindBestPath() 941 CXXBasePath *BestPath = nullptr; in FindBestPath() 954 CXXBasePath::iterator I = PI->end(), E = PI->begin(); in FindBestPath() 1188 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); in DiagnoseAccessPath() 1191 CXXBasePath::iterator i = path.end(), e = path.begin(); in DiagnoseAccessPath() 1192 CXXBasePath::iterator constrainingBase = i; in DiagnoseAccessPath() 1381 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths); in IsAccessible() 1811 const CXXBasePath &Path, in CheckBaseClassAccess()
|
D | SemaCast.cpp | 786 const CXXBasePath &Path = *I; in DiagnoseReinterpretUpDownCast() 789 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); in DiagnoseReinterpretUpDownCast() 1317 for (clang::CXXBasePath &Path : Paths) { in TryStaticDowncast()
|
D | SemaLookup.cpp | 1917 CXXBasePath &Path, DeclarationName Name) { in LookupAnyMember() 2049 bool (*BaseCallback)(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, in LookupQualifiedName() 2089 [=](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in LookupQualifiedName()
|
D | SemaStmt.cpp | 3622 bool operator()(const CXXBaseSpecifier *S, CXXBasePath &) { in operator ()() argument
|
D | SemaDeclCXX.cpp | 1719 const CXXBasePath &Path = Paths.front(); in BuildBasePathArray() 1847 for (CXXBasePath::const_iterator Element = Path->begin(); in getAmbiguousPathsDisplayString() 6457 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
|
D | SemaDeclAttr.cpp | 459 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability() argument
|
D | SemaDecl.cpp | 7006 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
|
D | SemaExpr.cpp | 11848 CXXBasePath &Path = Paths.front(); in BuildBuiltinOffsetOf()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 251 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase() 254 for (CXXBasePath::const_iterator I = Path.begin(), E = Path.end(); in evalDerivedToBase()
|
D | ExprEngineCallAndReturn.cpp | 682 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMember()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 1152 for (const CXXBasePath &Path : Paths) { in computeOffsetHint()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 77 class CXXBasePath; variable 5598 const CXXBasePath &Path,
|