Home
last modified time | relevance | path

Searched defs:MatchesMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp46 struct MatchesMatcher : public ::testing::MatcherInterface<llvm::StringRef> { struct
47 ExpectedMatch Candidate;
48 std::optional<float> Score;
49 MatchesMatcher(ExpectedMatch Candidate, std::optional<float> Score) in MatchesMatcher() function
52 void DescribeTo(::std::ostream *OS) const override { in DescribeTo()
58 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain()