Searched refs:RegexKind (Results 1 – 2 of 2) sorted by relevance
288 bool RegexKind = false; member302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()308 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective()449 D.RegexKind = true; in ParseDirective()467 if (D.RegexKind) in ParseDirective()643 if (D.RegexKind && D.Text.find("{{") == StringRef::npos) { in ParseDirective()1129 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument1135 if (!RegexKind) in create()
194 create(bool RegexKind, SourceLocation DirectiveLoc,