Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
DVTableBuilder.cpp2695 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DRefCntblBaseVirtualDtorChecker.cpp94 if (RD->lookupInBases(IsPublicBaseRefCntblWOVirtualDtor, Paths, in visitCXXRecordDecl()
DPtrTypesSemantics.cpp90 bool BasesResult = R->lookupInBases(isRefCountableBase, Paths, in isRefCountable()
/external/clang/include/clang/AST/
DCXXInheritance.h165 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
DDeclCXX.h1541 bool lookupInBases(BaseMatchesCallback BaseMatches,
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h167 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
DDeclCXX.h1599 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp681 if (RD->lookupInBases( in hasMember()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp97 return Node.lookupInBases(basePredicate, Paths, in matchesAnyBase()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp1302 if (!RD->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
1344 if (ClassWithFields->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass()
3174 if (!RD->lookupInBases(FieldShadowed, Paths)) in CheckShadowInheritedFields()
9731 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
DSemaStmt.cpp4203 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
DSemaLookup.cpp2204 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
DSemaDeclAttr.cpp548 if (CRD->lookupInBases( in checkRecordDeclForAttr()
DSemaDecl.cpp8157 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()
/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()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp189 if (decl->getParent()->lookupInBases(find_overridden_methods, paths)) { in addOverridesForMethod()
6547 if (cxx_record_decl->lookupInBases( in GetIndexOfChildMemberWithName()