Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
HDLookup.cpp30 auto GetNextNamedNamespace = [](const DeclContext *Context) { in getAllNamedNamespaces() local
37 for (Context = GetNextNamedNamespace(Context); Context != nullptr; in getAllNamedNamespaces()
38 Context = GetNextNamedNamespace(Context->getParent())) in getAllNamedNamespaces()