Home
last modified time | relevance | path

Searched refs:ScopeProximityMatch (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp385 if (ScopeProximityMatch) { in calculateDerivedSignals()
388 SymbolScope ? ScopeProximityMatch->distance(*SymbolScope) : 0; in calculateDerivedSignals()
407 if (ScopeProximityMatch) in evaluateHeuristics()
517 if (S.ScopeProximityMatch) in operator <<()
H A DQuality.h107 ScopeDistance *ScopeProximityMatch = nullptr; member
H A DCodeComplete.cpp1851 Relevance.ScopeProximityMatch = ScopeProximity.getPointer(); in addCandidate()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp262 WithSemaScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
268 WithIndexScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
321 Relevance.ScopeProximityMatch = &ScopeProximity; in TEST()