Lines Matching refs:QueryScopes
291 llvm::ArrayRef<std::string> QueryScopes, in CodeCompletionBuilder()
345 for (llvm::StringRef Scope : QueryScopes) { in CodeCompletionBuilder()
1415 std::vector<std::string> QueryScopes; // Initialized once Sema runs. member in clang::clangd::__anonc7a99c3f0111::CodeCompleteFlow
1506 llvm::join(QueryScopes.begin(), QueryScopes.end(), ","), AllScopes, in run()
1589 QueryScopes = Scopes.scopesForIndexQuery(); in runWithoutSema()
1590 ScopeProximity.emplace(QueryScopes); in runWithoutSema()
1641 std::tie(QueryScopes, AllScopes) = getQueryScopes( in runWithSema()
1643 if (!QueryScopes.empty()) in runWithSema()
1644 ScopeProximity.emplace(QueryScopes); in runWithSema()
1697 Req.Scopes = QueryScopes; in queryIndex()
1922 Item, SemaCCS, QueryScopes, *Inserter, FileName, in toCodeCompletion()