Searched refs:RegexKind (Results 1 – 1 of 1) sorted by relevance
288 bool RegexKind = false; member302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()308 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective()455 D.RegexKind = true; in ParseDirective()472 if (D.RegexKind) in ParseDirective()623 for (; !D.RegexKind && PH.Next("{"); PH.Advance()) in ParseDirective()654 if (D.RegexKind && D.Text.find("{{") == StringRef::npos) { in ParseDirective()1145 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument1151 if (!RegexKind) in create()