Searched defs:MatchAnyLine (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h149 SourceLocation DiagnosticLoc, bool MatchAnyLine,
159 bool MatchAnyLine; member in class:clang::VerifyDiagnosticConsumer::Directive
172 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
174 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
171 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp167 bool MatchAnyLine, StringRef Text, unsigned Min,
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
186 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
377 bool MatchAnyLine = false; local
419 MatchAnyLine = true;
506 Directive::create(RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text,
657 if (D.MatchAnyLine)
707 if (!D.MatchAnyLine) {
876 SourceLocation DiagnosticLoc, bool MatchAnyLine,
166 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
185 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, StringRef RegexStr) argument
875 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]

Completed in 116 milliseconds