Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp1285 static bool isOutOfScopePreviousDeclaration(NamedDecl *,
1301 if (ConsiderLinkage && isOutOfScopePreviousDeclaration(D, Ctx, Context)) in FilterLookupForScope()
5309 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration() function