Searched refs:ScopeProximity (Results 1 – 2 of 2) sorted by relevance
259 ScopeDistance ScopeProximity({"x::y::"}); in TEST() local262 WithSemaScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()268 WithIndexScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()318 TEST(QualityTests, ScopeProximity) { in TEST() argument320 ScopeDistance ScopeProximity({"x::y::z::", "x::", "llvm::", ""}); in TEST() local321 Relevance.ScopeProximityMatch = &ScopeProximity; in TEST()
1417 llvm::Optional<ScopeDistance> ScopeProximity; member in clang::clangd::__anonc7a99c3f0111::CodeCompleteFlow1590 ScopeProximity.emplace(QueryScopes); in runWithoutSema()1644 ScopeProximity.emplace(QueryScopes); in runWithSema()1850 if (ScopeProximity) in addCandidate()1851 Relevance.ScopeProximityMatch = ScopeProximity.getPointer(); in addCandidate()