Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp256 ScopeDistance ScopeProximity({"x::y::"}); in TEST() local
259 WithSemaScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
265 WithIndexScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
315 TEST(QualityTests, ScopeProximity) { in TEST() argument
317 ScopeDistance ScopeProximity({"x::y::z::", "x::", "llvm::", ""}); in TEST() local
318 Relevance.ScopeProximityMatch = &ScopeProximity; in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1259 llvm::Optional<ScopeDistance> ScopeProximity; member in clang::clangd::__anon4117fc060111::CodeCompleteFlow
1429 ScopeProximity.emplace(QueryScopes); in runWithoutSema()
1483 ScopeProximity.emplace(QueryScopes); in runWithSema()
1678 if (ScopeProximity) in addCandidate()
1679 Relevance.ScopeProximityMatch = ScopeProximity.getPointer(); in addCandidate()