Lines Matching refs:ExpectedMatch
1974 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch() argument
1981 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()
1995 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch()
2013 (ExpectedMatch ? "expected" : "excluded")) in printMatch()
2018 Loc, ExpectedMatch ? SourceMgr::DK_Remark : SourceMgr::DK_Error, Message); in printMatch()
2044 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch() argument
2050 bool HasError = ExpectedMatch; in printNoMatch()
2052 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
2105 (ExpectedMatch ? "expected" : "excluded")) in printNoMatch()
2111 ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, in printNoMatch()
2120 if (ExpectedMatch) in printNoMatch()
2127 static Error reportMatchResult(bool ExpectedMatch, const SourceMgr &SM, in reportMatchResult() argument
2134 return printMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()
2136 return printNoMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()