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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h195 bool MatchAnyLine, StringRef Text,
206 bool MatchAnyLine; member in class:clang::VerifyDiagnosticConsumer::Directive
221 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
223 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
225 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) &&
220 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp92 bool MatchAnyLine, StringRef Text, unsigned Min,
94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) {}
110 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
112 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
297 SourceLocation ExpectedLoc, bool MatchAnyLine = false) {
301 MatchAnyLine, UD.Text, UD.Min, UD.Max);
501 bool MatchAnyLine = false; local
547 MatchAnyLine = true;
551 MatchAnyLine = true;
555 if (ExpectedLoc.isInvalid() && !MatchAnyLine
91 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
109 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, StringRef RegexStr) argument
1114 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]

Completed in 97 milliseconds