Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1824 auto IsEffectivelyFileContext = [](const DeclContext *DC) { in isAcceptableSlow() local
1832 if (DC && !IsEffectivelyFileContext(DC)) { in isAcceptableSlow()
1869 } while (!IsEffectivelyFileContext(DC)); in isAcceptableSlow()