Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1388 SMRange MatchRange = in printFuzzyMatch() local
1391 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
2037 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in printMatch() local
2041 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch()
2058 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2059 {MatchRange}); in printMatch()
2062 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch()
2377 struct MatchRange { in CheckDag() struct
2384 std::list<MatchRange> MatchRanges; in CheckDag()
2426 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
H A DFileCheckImpl.h736 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,