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

/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h148 static Directive *create(bool RegexKind, SourceLocation DirectiveLoc,
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp365 bool RegexKind = false;
371 RegexKind = true;
498 if (RegexKind && Text.find("{{") == StringRef::npos) {
506 Directive::create(RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text,
875 Directive *Directive::create(bool RegexKind, SourceLocation DirectiveLoc, argument
878 if (!RegexKind)

Completed in 62 milliseconds