Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXInheritance.cpp91 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()
DVTableBuilder.cpp2674 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
/external/clang/include/clang/AST/
DCXXInheritance.h165 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
DDeclCXX.h1541 bool lookupInBases(BaseMatchesCallback BaseMatches,
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp856 if (!record->lookupInBases( in CheckRefCountedDtors()
911 if (!record->lookupInBases( in CheckRefCountedDtors()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp681 if (RD->lookupInBases( in hasMember()
/external/clang/lib/Sema/
DSemaStmt.cpp3697 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
DSemaLookup.cpp2088 if (!LookupRec->lookupInBases( in LookupQualifiedName()
DSemaDeclAttr.cpp459 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability()
DSemaDeclCXX.cpp6538 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
DSemaDecl.cpp7070 if (DC->lookupInBases(FOM, Paths)) { in AddOverriddenMethods()