Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1583 static bool isOutOfScopePreviousDeclaration(NamedDecl *,
1599 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
6702 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration() function