Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1692 auto IsEffectivelyFileContext = [](const DeclContext *DC) { in isVisibleSlow() local
1700 if (DC && !IsEffectivelyFileContext(DC)) { in isVisibleSlow()
1735 } while (!IsEffectivelyFileContext(DC)); in isVisibleSlow()