Searched refs:lookupInBases (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | CXXInheritance.cpp | 81 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()
|
| HD | VTableBuilder.cpp | 2792 Overrider.Method->getParent()->lookupInBases( in ComputeThisOffset()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | RefCntblBaseVirtualDtorChecker.cpp | 250 hasRef = hasRef || C->lookupInBases(hasPublicRefInBase, Paths, in visitCXXRecordDecl() 252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl() 260 if (C->lookupInBases( in visitCXXRecordDecl()
|
| HD | PtrTypesSemantics.cpp | 83 hasRef = hasRef || R->lookupInBases(hasPublicRefInBase, Paths, in isRefCountable() 98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CXXInheritance.h | 166 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
|
| HD | DeclCXX.h | 1673 bool lookupInBases(BaseMatchesCallback BaseMatches, CXXBasePaths &Paths,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 97 return Node.lookupInBases(basePredicate, Paths, in matchesAnyBase()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 1371 if (!RD->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass() 1413 if (ClassWithFields->lookupInBases(BaseHasFields, Paths)) { in findDecomposableBaseClass() 3295 if (!RD->lookupInBases(FieldShadowed, Paths)) in CheckShadowInheritedFields() 10301 if (DC->lookupInBases(FHVM, Paths)) in FindHiddenVirtualMethods()
|
| HD | SemaLookup.cpp | 2507 if (!LookupRec->lookupInBases(BaseCallback, Paths)) in LookupQualifiedName()
|
| HD | SemaStmt.cpp | 4260 if (RD->lookupInBases(CTPB, Paths)) { in ActOnCXXTryBlock()
|
| HD | SemaDecl.cpp | 8867 DC->lookupInBases(VisitBase, Paths); in AddOverriddenMethods()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| HD | TypeSystemClang.cpp | 193 if (decl->getParent()->lookupInBases(find_overridden_methods, paths)) { in addOverridesForMethod() 6770 if (cxx_record_decl->lookupInBases( in GetIndexOfChildMemberWithName()
|