Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp620 std::vector<std::string> AccessibleScopes; member
629 for (llvm::StringRef AS : AccessibleScopes) in scopesForIndexQuery()
646 Scopes.AccessibleScopes.push_back(""); // global namespace in getQueryScopes()
648 Scopes.AccessibleScopes.push_back(printNamespaceScope(*Context)); in getQueryScopes()
662 Scopes.AccessibleScopes = {""}; in getQueryScopes()
682 Scopes.AccessibleScopes.push_back(""); // Make sure global scope is included. in getQueryScopes()
687 Scopes.AccessibleScopes = {""}; in getQueryScopes()
1575 Scopes.AccessibleScopes = visibleNamespaces( in runWithoutSema()
1577 for (std::string &S : Scopes.AccessibleScopes) in runWithoutSema()
1583 Scopes.AccessibleScopes = {""}; in runWithoutSema()