Home
last modified time | relevance | path

Searched refs:MatchRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1346 SMRange MatchRange = in printFuzzyMatch() local
1349 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1998 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in printMatch() local
2002 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch()
2019 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2020 {MatchRange}); in printMatch()
2023 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch()
2338 struct MatchRange { in CheckDag() struct
2345 std::list<MatchRange> MatchRanges; in CheckDag()
2387 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
H A DFileCheckImpl.h711 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,