Searched refs:lookupInBases (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 82 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 D | VTableBuilder.cpp | 2695 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 94 if (RD->lookupInBases(IsPublicBaseRefCntblWOVirtualDtor, Paths, in visitCXXRecordDecl()
|
H A D | PtrTypesSemantics.cpp | 90 bool BasesResult = R->lookupInBases(isRefCountableBase, Paths, in isRefCountable()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 166 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
|
H A D | DeclCXX.h | 1604 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 97 return Node.lookupInBases(basePredicate, Paths, in matchesAnyBase()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1319 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 D | SemaLookup.cpp | 2245 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
|
H A D | SemaStmt.cpp | 4491 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
|
H A D | SemaDecl.cpp | 8218 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()
|