Searched refs:LastScore (Results 1 – 1 of 1) sorted by relevance
203 llvm::Optional<float> LastScore; in MatchAndExplain() local220 } else if (LastScore && *LastScore < *Score) { in MatchAndExplain()222 << LastMatch->Word << "'=" << *LastScore << "\n" in MatchAndExplain()230 LastScore = Score; in MatchAndExplain()