Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1169 size_t VerbatimMatchLength = S.find("{{"); in create() local
1170 if (VerbatimMatchLength == StringRef::npos) in create()
1171 VerbatimMatchLength = S.size(); in create()
1173 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength)); in create()
1174 S = S.drop_front(VerbatimMatchLength); in create()