Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp558 std::vector<std::string> AccessibleScopes; member
567 for (llvm::StringRef AS : AccessibleScopes) in scopesForIndexQuery()
584 Scopes.AccessibleScopes.push_back(""); // global namespace in getQueryScopes()
586 Scopes.AccessibleScopes.push_back(printNamespaceScope(*Context)); in getQueryScopes()
600 Scopes.AccessibleScopes = {""}; in getQueryScopes()
620 Scopes.AccessibleScopes.push_back(""); // Make sure global scope is included. in getQueryScopes()
625 Scopes.AccessibleScopes = {""}; in getQueryScopes()
1414 Scopes.AccessibleScopes = visibleNamespaces( in runWithoutSema()
1416 for (std::string &S : Scopes.AccessibleScopes) in runWithoutSema()
1422 Scopes.AccessibleScopes = {""}; in runWithoutSema()