Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1494 SMRange MatchRange = in printFuzzyMatch() local
1497 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
2069 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in printMatch() local
2073 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in printMatch()
2090 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2091 {MatchRange}); in printMatch()
2094 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in printMatch()
2406 struct MatchRange { in CheckDag() struct
2413 std::list<MatchRange> MatchRanges; in CheckDag()
2454 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
H A DFileCheckImpl.h760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,