Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp288 bool RegexKind = false; member
302 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()
618 for (; !D.RegexKind && PH.Next("{"); PH.Advance()) in ParseDirective()
649 if (D.RegexKind && D.Text.find("{{") == StringRef::npos) { in ParseDirective()
1139 std::unique_ptr<Directive> Directive::create(bool RegexKind, in create() argument
1145 if (!RegexKind) in create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h46 create(bool RegexKind, SourceLocation DirectiveLoc,