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

Declarations

tools/clang/tools/extra/clangd/AST.h
   43 std::string printNamespaceScope(const DeclContext &DC);

References

tools/clang/tools/extra/clangd/AST.cpp
  244       printNamespaceScope(Context) );
tools/clang/tools/extra/clangd/CodeComplete.cpp
  553       Scopes.AccessibleScopes.push_back(printNamespaceScope(*Context));
  573     std::string EnclosingScope = printNamespaceScope(*CCSema.CurContext);
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  246         auto SpecifiedNS = printNamespaceScope(*NS);
  264         Result.ResolvedScope = printNamespaceScope(*ANS->getNamespace());
  317       Scopes.push_back(printNamespaceScope(*Ctx));
tools/clang/tools/extra/clangd/refactor/tweaks/DefineInline.cpp
  196     std::string Qualifier = printNamespaceScope(*ND->getDeclContext());