Lines Matching defs:MatchRange
1348 SMRange MatchRange =
1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note,
1999 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(),
2003 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags);
2020 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here",
2021 {MatchRange});
2024 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr);
2339 struct MatchRange {
2346 std::list<MatchRange> MatchRanges;
2388 MatchRange M{MatchPos, MatchPos + MatchLen};