Home
last modified time | relevance | path

Searched refs:CXXBasePaths (Results 1 – 21 of 21) 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()
2673 CXXBasePaths Paths; in ComputeThisOffset()
/external/clang/include/clang/AST/
DCXXInheritance.h117 class CXXBasePaths {
175 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true,
225 void swap(CXXBasePaths &Other);
DDeclCXX.h35 class CXXBasePaths; variable
1465 bool isDerivedFrom(const CXXRecordDecl *Base, CXXBasePaths &Paths) const;
1542 CXXBasePaths &Paths) const;
/external/clang/include/clang/Sema/
DLookup.h327 CXXBasePaths *getBasePaths() const { in getBasePaths()
522 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
528 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
689 void addDeclsFromBasePaths(const CXXBasePaths &P);
702 static void deletePaths(CXXBasePaths *);
708 CXXBasePaths *Paths;
DSema.h78 class CXXBasePaths; variable
5500 CXXBasePaths &Paths);
5503 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
5517 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp818 CXXBasePaths refcounted_path; in CheckRefCountedDtors()
872 CXXBasePaths dtor_paths; in CheckRefCountedDtors()
882 for (CXXBasePaths::const_paths_iterator it = dtor_paths.begin(); in CheckRefCountedDtors()
/external/clang/lib/Sema/
DSemaLookup.cpp342 void LookupResult::deletePaths(CXXBasePaths *Paths) { in deletePaths()
629 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) { in addDeclsFromBasePaths()
630 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
637 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) { in setAmbiguousBaseSubobjects()
638 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjects()
645 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) { in setAmbiguousBaseSubobjectTypes()
646 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjectTypes()
2045 CXXBasePaths Paths; in LookupQualifiedName()
2107 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName()
2129 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName()
[all …]
DSemaAccess.cpp930 CXXBasePaths &Paths) { in FindBestPath()
948 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
1187 CXXBasePaths paths; in DiagnoseAccessPath()
1380 CXXBasePaths Paths; in IsAccessible()
DSemaCast.cpp772 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast()
783 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
1174 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryLValueToRValueCast()
1275 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticDowncast()
1416 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticMemberPointerUpcast()
DSemaExceptionSpec.cpp692 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()
1761 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckDerivedToBaseConversion()
1837 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString()
1840 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
2769 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in FindBaseInitializer()
2774 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()
6519 CXXBasePaths Paths(/*FindAmbiguities=*/true, // true to look in all bases. in FindHiddenVirtualMethods()
DSemaStmt.cpp3694 CXXBasePaths Paths; in ActOnCXXTryBlock()
DSemaDeclAttr.cpp458 CXXBasePaths BPaths(false, false); in checkRecordTypeForCapability()
DSemaOpenMP.cpp8967 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in buildDeclareReductionRef()
DSemaOverload.cpp2875 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckMemberPointerConversion()
DSemaDecl.cpp7063 CXXBasePaths Paths; in AddOverriddenMethods()
DSemaExpr.cpp11838 CXXBasePaths Paths; in BuildBuiltinOffsetOf()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp148 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in adjustReturnValue()
680 CXXBasePaths Paths(false, false, false); in hasMember()
DStore.cpp323 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in evalDynamicCast()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1140 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in computeOffsetHint()