Searched refs:RegexKind (Results 1 – 2 of 2) sorted by relevance
290 bool RegexKind = false; member304 UD.RegexKind, UD.DirectivePos, ExpectedLoc, UD.Spelling, in attachDirective()310 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective()458 D.RegexKind = true; in ParseDirective()475 if (D.RegexKind) in ParseDirective()631 for (; !D.RegexKind && PH.Next("{"); PH.Advance()) in ParseDirective()662 if (D.RegexKind && D.Text.find("{{") == StringRef::npos) { in ParseDirective()1159 Directive::create(bool RegexKind, SourceLocation DirectiveLoc, in create() argument1163 if (!RegexKind) in create()
46 create(bool RegexKind, SourceLocation DirectiveLoc,