Searched refs:RegexKind (Results 1 – 2 of 2) sorted by relevance
290 bool RegexKind = false; member304 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()310 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective()451 D.RegexKind = true; in ParseDirective()469 if (D.RegexKind) in ParseDirective()646 if (D.RegexKind && D.Text.find("{{") == StringRef::npos) { in ParseDirective()1132 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument1138 if (!RegexKind) in create()
194 create(bool RegexKind, SourceLocation DirectiveLoc,