Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h196 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max);
206 bool MatchAnyLine; variable
222 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive() argument
225 Min(Min), Max(Max), MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive()
228 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) && in Directive()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp95 MatchAnyLine, Text, Min, Max) {} in StandardDirective()
112 MatchAnyLine, Text, Min, Max), in RegexDirective()
299 bool MatchAnyLine = false) { in attachDirective() argument
303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective()
504 bool MatchAnyLine = false; in ParseDirective() local
540 MatchAnyLine = true; in ParseDirective()
561 MatchAnyLine = true; in ParseDirective()
566 MatchAnyLine = true; in ParseDirective()
570 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) { in ParseDirective()
899 if (D->MatchAnyLine) in PrintExpected()
[all …]