Searched refs:MatchAnyLine (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 151 bool MatchAnyLine, StringRef Text, 162 bool MatchAnyLine; variable 175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive() argument 177 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) { in Directive()
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 164 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective() argument 166 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { } in StandardDirective() 183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument 185 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective() 372 bool MatchAnyLine = false; in ParseDirective() local 415 MatchAnyLine = true; in ParseDirective() 502 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective() 653 if (D.MatchAnyLine) in PrintExpected() 704 if (!D.MatchAnyLine) { in CheckLists() 890 bool MatchAnyLine, StringRef Text, in create() argument [all …]
|