Home
last modified time | relevance | path

Searched refs:CXXBasePaths (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DCXXInheritance.cpp25 void CXXBasePaths::ComputeDeclsFound() { in ComputeDeclsFound()
38 CXXBasePaths::decl_range CXXBasePaths::found_decls() { in found_decls()
50 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous()
57 void CXXBasePaths::clear() { in clear()
66 void CXXBasePaths::swap(CXXBasePaths &Other) { in swap()
77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom()
83 CXXBasePaths &Paths) const { in isDerivedFrom()
102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom()
178 bool CXXBasePaths::lookupInBases( in lookupInBases()
303 CXXBasePaths &Paths) const { in lookupInBases()
DVTableBuilder.cpp261 CXXBasePaths Paths(/*FindAmbiguities=*/false, in ComputeBaseOffset()
1216 CXXBasePaths Paths(/*FindAmbiguities=*/true, in ComputeThisAdjustmentBaseOffset()
2672 CXXBasePaths Paths; in ComputeThisOffset()
/external/clang/include/clang/Sema/
DLookup.h284 CXXBasePaths *getBasePaths() const { in getBasePaths()
479 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
485 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
645 void addDeclsFromBasePaths(const CXXBasePaths &P);
658 static void deletePaths(CXXBasePaths *);
664 CXXBasePaths *Paths;
DSema.h76 class CXXBasePaths; variable
5377 CXXBasePaths &Paths);
5380 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
5393 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);
/external/clang/include/clang/AST/
DCXXInheritance.h117 class CXXBasePaths {
175 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true,
225 void swap(CXXBasePaths &Other);
DDeclCXX.h33 class CXXBasePaths; variable
1445 bool isDerivedFrom(const CXXRecordDecl *Base, CXXBasePaths &Paths) const;
1522 CXXBasePaths &Paths) const;
/external/clang/lib/Sema/
DSemaLookup.cpp339 void LookupResult::deletePaths(CXXBasePaths *Paths) { in deletePaths()
618 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) { in addDeclsFromBasePaths()
619 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
626 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) { in setAmbiguousBaseSubobjects()
627 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjects()
634 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) { in setAmbiguousBaseSubobjectTypes()
635 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjectTypes()
1959 CXXBasePaths Paths; in LookupQualifiedName()
2017 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName()
2039 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName()
[all …]
DSemaCast.cpp771 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast()
782 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
1173 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryLValueToRValueCast()
1274 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticDowncast()
1316 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in TryStaticDowncast()
1416 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticMemberPointerUpcast()
DSemaAccess.cpp935 CXXBasePaths &Paths) { in FindBestPath()
953 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
1192 CXXBasePaths paths; in DiagnoseAccessPath()
1385 CXXBasePaths Paths; in IsAccessible()
DSemaExceptionSpec.cpp686 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckExceptionSpecSubset()
DSemaDeclCXX.cpp1631 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in AttachBaseSpecifiers()
1696 CXXBasePaths &Paths) { in IsDerivedFrom()
1714 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray()
1756 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckDerivedToBaseConversion()
1834 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString()
1837 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
2766 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in FindBaseInitializer()
2771 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()
6364 CXXBasePaths Paths(/*FindAmbiguities=*/true, // true to look in all bases. in FindHiddenVirtualMethods()
DSemaStmt.cpp3626 CXXBasePaths Paths; in ActOnCXXTryBlock()
DSemaDeclAttr.cpp435 CXXBasePaths BPaths(false, false); in checkRecordTypeForCapability()
DSemaOverload.cpp2803 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckMemberPointerConversion()
DSemaDecl.cpp6784 CXXBasePaths Paths; in AddOverriddenMethods()
DSemaExpr.cpp11306 CXXBasePaths Paths; in BuildBuiltinOffsetOf()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp145 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in adjustReturnValue()
693 CXXBasePaths Paths(false, false, false); in hasMember()
DStore.cpp323 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in evalDynamicCast()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1147 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in computeOffsetHint()