Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp895 size_t VerbatimMatchLength = S.find("{{"); in create() local
896 if (VerbatimMatchLength == StringRef::npos) in create()
897 VerbatimMatchLength = S.size(); in create()
899 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength)); in create()
900 S = S.drop_front(VerbatimMatchLength); in create()