Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1154 size_t VerbatimMatchLength = S.find("{{"); in create() local
1155 if (VerbatimMatchLength == StringRef::npos) in create()
1156 VerbatimMatchLength = S.size(); in create()
1158 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength)); in create()
1159 S = S.drop_front(VerbatimMatchLength); in create()