Home
last modified time | relevance | path

Searched refs:CXXBasePath (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/AST/
DCXXInheritance.h69 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()
DDeclCXX.h32 class CXXBasePath; variable
1501 CXXBasePath &Path)> BaseMatchesCallback;
1532 CXXBasePath &Path, const CXXRecordDecl *BaseRecord);
1544 CXXBasePath &Path,
1553 CXXBasePath &Path, DeclarationName Name);
1561 CXXBasePath &Path, DeclarationName Name);
1570 CXXBasePath &Path,
/external/clang/lib/AST/
DCXXInheritance.cpp92 [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()
410 CXXBasePath &Path, in FindNestedNameSpecifierMember()
DVTableBuilder.cpp221 const CXXBasePath &Path) { in ComputeBaseOffset()
1224 for (const CXXBasePath &Path : Paths) { in ComputeThisAdjustmentBaseOffset()
2674 [&Bases](const CXXBaseSpecifier *Specifier, CXXBasePath &) { in ComputeThisOffset() argument
2688 for (const CXXBasePath &Path : Paths) { in ComputeThisOffset()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h28 class CXXBasePath; variable
121 SVal evalDerivedToBase(SVal Derived, const CXXBasePath &CastPath);
/external/clang/lib/Sema/
DSemaAccess.cpp931 static CXXBasePath *FindBestPath(Sema &S, in FindBestPath()
946 CXXBasePath *BestPath = nullptr; in FindBestPath()
959 CXXBasePath::iterator I = PI->end(), E = PI->begin(); in FindBestPath()
1193 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); in DiagnoseAccessPath()
1196 CXXBasePath::iterator i = path.end(), e = path.begin(); in DiagnoseAccessPath()
1197 CXXBasePath::iterator constrainingBase = i; in DiagnoseAccessPath()
1386 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths); in IsAccessible()
1804 const CXXBasePath &Path, in CheckBaseClassAccess()
DSemaCast.cpp785 const CXXBasePath &Path = *I; in DiagnoseReinterpretUpDownCast()
788 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); in DiagnoseReinterpretUpDownCast()
1322 for (CXXBasePath::const_reverse_iterator EI = PI->rbegin(), in TryStaticDowncast()
DSemaLookup.cpp1831 CXXBasePath &Path, DeclarationName Name) { in LookupAnyMember()
1963 bool (*BaseCallback)(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, in LookupQualifiedName()
1999 [=](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in LookupQualifiedName()
DSemaDeclCXX.cpp1719 const CXXBasePath &Path = Paths.front(); in BuildBasePathArray()
1844 for (CXXBasePath::const_iterator Element = Path->begin(); in getAmbiguousPathsDisplayString()
6302 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
DSemaStmt.cpp3554 bool operator()(const CXXBaseSpecifier *S, CXXBasePath &) { in operator ()() argument
DSemaDeclAttr.cpp436 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability() argument
DSemaDecl.cpp6727 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
DSemaExpr.cpp11316 CXXBasePath &Path = Paths.front(); in BuildBuiltinOffsetOf()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp251 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase()
254 for (CXXBasePath::const_iterator I = Path.begin(), E = Path.end(); in evalDerivedToBase()
DExprEngineCallAndReturn.cpp695 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMember()
/external/clang/include/clang/Sema/
DSema.h75 class CXXBasePath; variable
5474 const CXXBasePath &Path,
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1159 for (const CXXBasePath &Path : Paths) { in computeOffsetHint()