Searched refs:MatchRange (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1348 SMRange MatchRange = in printFuzzyMatch() local 1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch() 2000 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in printMatch() local 2004 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch() 2021 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch() 2022 {MatchRange}); in printMatch() 2025 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch() 2340 struct MatchRange { in CheckDag() struct 2347 std::list<MatchRange> MatchRanges; in CheckDag() 2389 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
|
H A D | FileCheckImpl.h | 711 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
|