reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/Core/Lookup.cpp
   37   for (Context = GetNextNamedNamespace(Context); Context != nullptr;
   37   for (Context = GetNextNamedNamespace(Context); Context != nullptr;
   37   for (Context = GetNextNamedNamespace(Context); Context != nullptr;
   38        Context = GetNextNamedNamespace(Context->getParent()))
   38        Context = GetNextNamedNamespace(Context->getParent()))
   39     Namespaces.push_back(cast<NamespaceDecl>(Context));