Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp360 bool RegexKind = false; in ParseDirective() local
366 RegexKind = true; in ParseDirective()
494 if (RegexKind && Text.find("{{") == StringRef::npos) { in ParseDirective()
502 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective()
887 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument
892 if (!RegexKind) in create()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h148 static std::unique_ptr<Directive> create(bool RegexKind,