Lines Matching defs:MatchRange
1348 SMRange MatchRange =
1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note,
2000 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(),
2004 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags);
2021 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here",
2022 {MatchRange});
2025 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr);
2340 struct MatchRange {
2347 std::list<MatchRange> MatchRanges;
2389 MatchRange M{MatchPos, MatchPos + MatchLen};