Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
77 CXXBasePath() = default;
125 std::list<CXXBasePath> Paths;
149 CXXBasePath ScratchPath;
171 using paths_iterator = std::list<CXXBasePath>::iterator;
172 using const_paths_iterator = std::list<CXXBasePath>::const_iterator;
187 CXXBasePath& front() { return Paths.front(); } in front()
188 const CXXBasePath& front() const { return Paths.front(); } in front()
H A DDeclCXX.h59 class CXXBasePath; variable
1581 CXXBasePath &Path)>;
1615 CXXBasePath &Path, const CXXRecordDecl *BaseRecord);
1627 CXXBasePath &Path,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp83 [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 DVTableBuilder.cpp220 const CXXBasePath &Path) { in ComputeBaseOffset()
1221 for (const CXXBasePath &Path : Paths) { in ComputeThisAdjustmentBaseOffset()
2696 [&Bases](const CXXBaseSpecifier *Specifier, CXXBasePath &) { in ComputeThisOffset() argument
2710 for (const CXXBasePath &Path : Paths) { in ComputeThisOffset()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h37 class CXXBasePath; variable
160 SVal evalDerivedToBase(SVal Derived, const CXXBasePath &CastPath);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp939 static CXXBasePath *FindBestPath(Sema &S, in FindBestPath()
954 CXXBasePath *BestPath = nullptr; in FindBestPath()
967 CXXBasePath::iterator I = PI->end(), E = PI->begin(); in FindBestPath()
1201 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); in DiagnoseAccessPath()
1204 CXXBasePath::iterator i = path.end(), e = path.begin(); in DiagnoseAccessPath()
1205 CXXBasePath::iterator constrainingBase = i; in DiagnoseAccessPath()
1394 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths); in IsAccessible()
1844 const CXXBasePath &Path, in CheckBaseClassAccess()
H A DSemaCast.cpp988 const CXXBasePath &Path = *I; in DiagnoseReinterpretUpDownCast()
991 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); in DiagnoseReinterpretUpDownCast()
1643 for (clang::CXXBasePath &Path : Paths) { in TryStaticDowncast()
H A DSemaDeclCXX.cpp1304 CXXBasePath &Path) { in findDecomposableBaseClass()
1325 CXXBasePath *BestPath = nullptr; in findDecomposableBaseClass()
2852 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray()
2907 const CXXBasePath *Path = nullptr; in CheckDerivedToBaseConversion()
2915 for (const CXXBasePath &PossiblePath : Paths) { in CheckDerivedToBaseConversion()
3005 for (CXXBasePath::const_iterator Element = Path->begin(); in getAmbiguousPathsDisplayString()
3180 CXXBasePath &Path) { in CheckShadowInheritedFields()
9730 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
H A DSemaLookup.cpp2231 CXXBasePath &Path) -> bool { in LookupQualifiedName()
H A DSemaStmt.cpp4409 bool operator()(const CXXBaseSpecifier *S, CXXBasePath &) { in operator ()() argument
H A DSemaDecl.cpp8180 auto VisitBase = [&] (const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in AddOverriddenMethods()
H A DSemaExpr.cpp15194 CXXBasePath &Path = Paths.front(); in BuildBuiltinOffsetOf()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp73 &ProblematicBaseClass](const CXXBaseSpecifier *Base, CXXBasePath &) { in visitCXXRecordDecl() argument
H A DPtrTypesSemantics.cpp80 [&AnyInconclusiveBase](const CXXBaseSpecifier *Base, CXXBasePath &) { in isRefCountable() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp265 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp88 CXXBasePath &IgnoredParam) { in matchesAnyBase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1395 for (const CXXBasePath &Path : Paths) { in computeOffsetHint()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h92 class CXXBasePath; variable
7283 const CXXBasePath &Path,