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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  534     for (llvm::StringRef AS : AccessibleScopes)
  551       Scopes.AccessibleScopes.push_back(""); // global namespace
  553       Scopes.AccessibleScopes.push_back(printNamespaceScope(*Context));
  567         Scopes.AccessibleScopes = {""};
  587   Scopes.AccessibleScopes.push_back(""); // Make sure global scope is included.
  592     Scopes.AccessibleScopes = {""};
 1371     Scopes.AccessibleScopes =
 1373     for (std::string &S : Scopes.AccessibleScopes)
 1379       Scopes.AccessibleScopes = {""};