Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp32 auto GetNextNamedNamespace = [](const DeclContext *Context) { in getAllNamedNamespaces() local
39 for (Context = GetNextNamedNamespace(Context); Context != nullptr; in getAllNamedNamespaces()
40 Context = GetNextNamedNamespace(Context->getParent())) in getAllNamedNamespaces()