Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.cpp187 createScopeFileDistance(llvm::ArrayRef<std::string> QueryScopes) { in createScopeFileDistance() argument
195 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() argument
216 : Distance(createScopeFileDistance(QueryScopes)) {} in ScopeDistance()
H A DFileDistance.h115 ScopeDistance(llvm::ArrayRef<std::string> QueryScopes);
H A DCodeComplete.cpp291 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()
[all …]