Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp40 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous()
47 void CXXBasePaths::clear() { in clear()
57 void CXXBasePaths::swap(CXXBasePaths &Other) { in swap()
69 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom()
75 CXXBasePaths &Paths) const { in isDerivedFrom()
93 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom()
158 bool CXXBasePaths::lookupInBases(ASTContext &Context, in lookupInBases()
308 CXXBasePaths &Paths, in lookupInBases()
402 CXXBasePaths Paths(false, false, false); in hasMemberName()
448 CXXBasePaths Paths; in lookupDependentName()
H A DVTableBuilder.cpp260 CXXBasePaths Paths(/*FindAmbiguities=*/false, in ComputeBaseOffset()
1213 CXXBasePaths Paths(/*FindAmbiguities=*/true, in ComputeThisAdjustmentBaseOffset()
2694 CXXBasePaths Paths; in ComputeThisOffset()
H A DExprConstant.cpp3108 CXXBasePaths Paths(/*FindAmbiguities=*/false, in CastToBaseClass()
5775 auto RuntimeCheckFailed = [&] (CXXBasePaths *Paths) { in HandleDynamicCast()
5821 CXXBasePaths Paths(/*FindAmbiguities=*/true, in HandleDynamicCast()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h37 class CXXBasePaths; variable
343 CXXBasePaths *getBasePaths() const { in getBasePaths()
538 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
544 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
706 void addDeclsFromBasePaths(const CXXBasePaths &P);
719 static void deletePaths(CXXBasePaths *);
727 CXXBasePaths *Paths = nullptr;
H A DSema.h96 class CXXBasePaths; variable
7251 CXXBasePaths &Paths);
7254 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
7268 std::string getAmbiguousPathsDisplayString(CXXBasePaths &Paths);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h117 class CXXBasePaths {
177 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true,
225 void swap(CXXBasePaths &Other);
H A DDeclCXX.h60 class CXXBasePaths; variable
1531 bool isDerivedFrom(const CXXRecordDecl *Base, CXXBasePaths &Paths) const;
1605 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp65 CXXBasePaths Paths; in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp75 CXXBasePaths Paths; in isRefCountable()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp345 void LookupResult::deletePaths(CXXBasePaths *Paths) { in deletePaths()
638 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) { in addDeclsFromBasePaths()
639 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
646 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) { in setAmbiguousBaseSubobjects()
647 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjects()
654 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) { in setAmbiguousBaseSubobjectTypes()
655 Paths = new CXXBasePaths; in setAmbiguousBaseSubobjectTypes()
2243 CXXBasePaths Paths; in LookupQualifiedName()
2534 CXXBasePaths *Paths = Result.getBasePaths(); in DiagnoseAmbiguousLookup()
2553 CXXBasePaths *Paths = Result.getBasePaths(); in DiagnoseAmbiguousLookup()
[all …]
H A DSemaAccess.cpp943 CXXBasePaths &Paths) { in FindBestPath()
961 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
1200 CXXBasePaths paths; in DiagnoseAccessPath()
1394 CXXBasePaths Paths; in IsAccessible()
H A DSemaCast.cpp983 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast()
994 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
1510 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryLValueToRValueCast()
1611 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticDowncast()
1752 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1315 CXXBasePaths Paths; in findDecomposableBaseClass()
1358 CXXBasePaths Paths; in findDecomposableBaseClass()
2769 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in AttachBaseSpecifiers()
2834 CXXBasePaths &Paths) { in IsDerivedFrom()
2871 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray()
2901 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckDerivedToBaseConversion()
2995 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) { in getAmbiguousPathsDisplayString()
2998 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
3197 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckShadowInheritedFields()
4062 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in FindBaseInitializer()
[all …]
H A DSemaExceptionSpec.cpp735 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in handlerCanCatch()
H A DSemaStmt.cpp4436 CXXBasePaths Paths; in ActOnCXXTryBlock()
H A DSemaOpenMP.cpp16528 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in buildDeclareReductionRef()
19266 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in buildUserDefinedMapperRef()
H A DSemaOverload.cpp3140 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in CheckMemberPointerConversion()
H A DSemaDecl.cpp8237 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/false, in AddOverriddenMethods()
H A DSemaExpr.cpp15305 CXXBasePaths Paths; in BuildBuiltinOffsetOf()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp344 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in attemptDownCast()
H A DExprEngineCallAndReturn.cpp150 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in adjustReturnValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp224 CXXBasePaths Paths( in findMemberField()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp83 CXXBasePaths Paths; in matchesAnyBase()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp150 clang::CXXBasePaths paths; in addOverridesForMethod()
6673 clang::CXXBasePaths paths; in GetIndexOfChildMemberWithName()
6684 clang::CXXBasePaths::const_paths_iterator path, in GetIndexOfChildMemberWithName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1392 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in computeOffsetHint()