Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp82 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.cpp2695 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp94 if (RD->lookupInBases(IsPublicBaseRefCntblWOVirtualDtor, Paths, in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp90 bool BasesResult = R->lookupInBases(isRefCountableBase, Paths, in isRefCountable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h166 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
H A DDeclCXX.h1604 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp97 return Node.lookupInBases(basePredicate, Paths, in matchesAnyBase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1319 if (!RD->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
1361 if (ClassWithFields->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
3199 if (!RD->lookupInBases(FieldShadowed, Paths)) in CheckShadowInheritedFields()
9810 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
H A DSemaLookup.cpp2245 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
H A DSemaStmt.cpp4491 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
H A DSemaDecl.cpp8218 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()