Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp1651 auto IsEffectivelyFileContext = [](const DeclContext *DC) { in isVisibleSlow() local
1659 if (DC && !IsEffectivelyFileContext(DC)) { in isVisibleSlow()
1694 } while (!IsEffectivelyFileContext(DC)); in isVisibleSlow()