Home
last modified time | relevance | path

Searched refs:lookupInBases (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCXXInheritance.cpp81 return lookupInBases( in isDerivedFrom()
102 return lookupInBases( in isVirtuallyDerivedFrom()
158 bool CXXBasePaths::lookupInBases(ASTContext &Context, in lookupInBases() function in CXXBasePaths
274 lookupInBases(Context, BaseRecord, BaseMatches, LookupInDependent)) { in lookupInBases()
307 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() function in CXXRecordDecl
311 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, in lookupInBases()
403 return lookupInBases( in hasMemberName()
450 if (!lookupInBases( in lookupDependentName()
HDVTableBuilder.cpp2792 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDRefCntblBaseVirtualDtorChecker.cpp250 hasRef = hasRef || C->lookupInBases(hasPublicRefInBase, Paths, in visitCXXRecordDecl()
252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl()
260 if (C->lookupInBases( in visitCXXRecordDecl()
HDPtrTypesSemantics.cpp83 hasRef = hasRef || R->lookupInBases(hasPublicRefInBase, Paths, in isRefCountable()
98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h166 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
HDDeclCXX.h1673 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp97 return Node.lookupInBases(basePredicate, Paths, in matchesAnyBase()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp1371 if (!RD->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
1413 if (ClassWithFields->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
3295 if (!RD->lookupInBases(FieldShadowed, Paths)) in CheckShadowInheritedFields()
10301 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
HDSemaLookup.cpp2507 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
HDSemaStmt.cpp4260 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
HDSemaDecl.cpp8867 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp193 if (decl->getParent()->lookupInBases(find_overridden_methods, paths)) { in addOverridesForMethod()
6770 if (cxx_record_decl->lookupInBases( in GetIndexOfChildMemberWithName()