Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp290 bool RegexKind = false; member
304 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() argument
1163 if (!RegexKind) in create()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h46 create(bool RegexKind, SourceLocation DirectiveLoc,