HomeSort by: relevance | last modified time | path
    Searched refs:MatchRange (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1494 SMRange MatchRange =
1497 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note,
2069 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(),
2073 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags);
2090 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here",
2091 {MatchRange});
2094 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr);
2406 struct MatchRange {
2413 std::list<MatchRange> MatchRanges;
2454 MatchRange M{MatchPos, MatchPos + MatchLen}
    [all...]
FileCheckImpl.h 760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,

Completed in 33 milliseconds