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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp32 auto GetNextNamedNamespace = [](const DeclContext *Context) { local
39 for (Context = GetNextNamedNamespace(Context); Context != nullptr;
40 Context = GetNextNamedNamespace(Context->getParent()))

Completed in 146 milliseconds