Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.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()
H A DVTableBuilder.cpp2792 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp250 hasRef = hasRef || C->lookupInBases(hasPublicRefInBase, Paths, in visitCXXRecordDecl()
252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl()
260 if (C->lookupInBases( in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp83 hasRef = hasRef || R->lookupInBases(hasPublicRefInBase, Paths, in isRefCountable()
98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1673 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1371 if (!RD->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
1413 if (ClassWithFields->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
3295 if (!RD->lookupInBases(FieldShadowed, Paths)) in CheckShadowInheritedFields()
10222 /// to be used with CXXRecordDecl::lookupInBases().
10301 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
H A DSemaLookup.cpp2507 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
H A DSemaStmt.cpp4260 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
H A DSemaDecl.cpp8867 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp193 if (decl->getParent()->lookupInBases(find_overridden_methods, paths)) { in addOverridesForMethod()
6770 if (cxx_record_decl->lookupInBases( in GetIndexOfChildMemberWithName()