Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp360 if (ScopeProximityMatch) { in calculateDerivedSignals()
363 SymbolScope ? ScopeProximityMatch->distance(*SymbolScope) : 0; in calculateDerivedSignals()
382 if (ScopeProximityMatch) in evaluateHeuristics()
477 if (S.ScopeProximityMatch) in operator <<()
DQuality.h109 ScopeDistance *ScopeProximityMatch = nullptr; member
DCodeComplete.cpp1679 Relevance.ScopeProximityMatch = ScopeProximity.getPointer(); in addCandidate()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp259 WithSemaScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
265 WithIndexScopeProximity.ScopeProximityMatch = &ScopeProximity; in TEST()
318 Relevance.ScopeProximityMatch = &ScopeProximity; in TEST()