Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp362 bool RegexKind = false; in ParseDirective() local
368 RegexKind = true; in ParseDirective()
496 if (RegexKind && Text.find("{{") == StringRef::npos) { in ParseDirective()
504 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective()
872 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument
877 if (!RegexKind) in create()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h148 static std::unique_ptr<Directive> create(bool RegexKind,