HomeSort by relevance Sort by last modified time
    Searched refs:MatchAnyLine (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 151 bool MatchAnyLine, StringRef Text,
162 bool MatchAnyLine;
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
177 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 164 bool MatchAnyLine, StringRef Text, unsigned Min,
166 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
185 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
374 bool MatchAnyLine = false;
417 MatchAnyLine = true;
504 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max);
655 if (D.MatchAnyLine)
705 if (!D.MatchAnyLine) {
875 bool MatchAnyLine, StringRef Text
    [all...]

Completed in 802 milliseconds