Searched refs:lookupInBases (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 91 return lookupInBases( in isDerivedFrom() 112 return lookupInBases( in isVirtuallyDerivedFrom() 178 bool CXXBasePaths::lookupInBases( in lookupInBases() function in CXXBasePaths 269 if (lookupInBases(Context, BaseRecord, BaseMatches)) { in lookupInBases() 302 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback BaseMatches, in lookupInBases() function in CXXRecordDecl 305 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches)) in lookupInBases()
|
D | VTableBuilder.cpp | 2673 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 165 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
|
D | DeclCXX.h | 1521 bool lookupInBases(BaseMatchesCallback BaseMatches,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 694 if (RD->lookupInBases( in hasMember()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1998 if (!LookupRec->lookupInBases( in LookupQualifiedName()
|
D | SemaStmt.cpp | 3629 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
|
D | SemaDeclAttr.cpp | 436 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability()
|
D | SemaDeclCXX.cpp | 6383 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
|
D | SemaDecl.cpp | 6791 if (DC->lookupInBases(FOM, Paths)) { in AddOverriddenMethods()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 3530 if (cxx_record_decl->lookupInBases(CXXRecordDecl::FindOrdinaryMember, in GetIndexOfChildMemberWithName()
|