Searched refs:QueryScopes (Results 1 – 3 of 3) sorted by relevance
186 createScopeFileDistance(llvm::ArrayRef<std::string> QueryScopes) { in createScopeFileDistance() argument194 QueryScopes.empty() ? "" : QueryScopes.front().c_str(); in createScopeFileDistance()195 for (llvm::StringRef S : QueryScopes) { in createScopeFileDistance()214 ScopeDistance::ScopeDistance(llvm::ArrayRef<std::string> QueryScopes) in ScopeDistance() argument215 : Distance(createScopeFileDistance(QueryScopes)) {} in ScopeDistance()
120 ScopeDistance(llvm::ArrayRef<std::string> QueryScopes);
268 llvm::ArrayRef<std::string> QueryScopes, in CodeCompletionBuilder()320 for (llvm::StringRef Scope : QueryScopes) { in CodeCompletionBuilder()1257 std::vector<std::string> QueryScopes; // Initialized once Sema runs. member in clang::clangd::__anon4117fc060111::CodeCompleteFlow1345 llvm::join(QueryScopes.begin(), QueryScopes.end(), ","), AllScopes, in run()1428 QueryScopes = Scopes.scopesForIndexQuery(); in runWithoutSema()1429 ScopeProximity.emplace(QueryScopes); in runWithoutSema()1480 std::tie(QueryScopes, AllScopes) = getQueryScopes( in runWithSema()1482 if (!QueryScopes.empty()) in runWithSema()1483 ScopeProximity.emplace(QueryScopes); in runWithSema()1528 Req.Scopes = QueryScopes; in queryIndex()[all …]