Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp259 ScopeDistance ScopeProximity({"x::y::"}); in TEST() local
262 WithSemaScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
268 WithIndexScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
318 TEST(QualityTests, ScopeProximity) { in TEST() argument
320 ScopeDistance ScopeProximity({"x::y::z::", "x::", "llvm::", ""}); in TEST() local
321 Relevance.ScopeProximityMatch = &ScopeProximity; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1417 llvm::Optional<ScopeDistance> ScopeProximity; member in clang::clangd::__anonc7a99c3f0111::CodeCompleteFlow
1590 ScopeProximity.emplace(QueryScopes); in runWithoutSema()
1644 ScopeProximity.emplace(QueryScopes); in runWithSema()
1850 if (ScopeProximity) in addCandidate()
1851 Relevance.ScopeProximityMatch = ScopeProximity.getPointer(); in addCandidate()