Searched refs:QueryScopes (Results 1 – 3 of 3) sorted by relevance
187 createScopeFileDistance(llvm::ArrayRef<std::string> QueryScopes) { in createScopeFileDistance() argument195 QueryScopes.empty() ? "" : QueryScopes.front().c_str(); in createScopeFileDistance()196 for (llvm::StringRef S : QueryScopes) { in createScopeFileDistance()215 ScopeDistance::ScopeDistance(llvm::ArrayRef<std::string> QueryScopes) in ScopeDistance() argument216 : Distance(createScopeFileDistance(QueryScopes)) {} in ScopeDistance()
115 ScopeDistance(llvm::ArrayRef<std::string> 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::CodeCompleteFlow1506 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()[all …]