Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DFuzzyMatchTests.cpp203 llvm::Optional<float> LastScore; in MatchAndExplain() local
220 } else if (LastScore && *LastScore < *Score) { in MatchAndExplain()
222 << LastMatch->Word << "'=" << *LastScore << "\n" in MatchAndExplain()
230 LastScore = Score; in MatchAndExplain()