Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp290 bool RegexKind = false; member
304 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() argument
1138 if (!RegexKind) in create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h194 create(bool RegexKind, SourceLocation DirectiveLoc,