Searched refs:MatchRange (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1501 SMRange MatchRange = in printFuzzyMatch() local 1504 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch() 2100 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in printMatch() local 2104 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch() 2121 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch() 2122 {MatchRange}); in printMatch() 2125 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch() 2437 struct MatchRange { in CheckDag() struct 2444 std::list<MatchRange> MatchRanges; in CheckDag() 2485 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
|
| H A D | FileCheckImpl.h | 760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
|