Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp910 size_t VerbatimMatchLength = S.find("{{"); in create() local
911 if (VerbatimMatchLength == StringRef::npos) in create()
912 VerbatimMatchLength = S.size(); in create()
914 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength)); in create()
915 S = S.drop_front(VerbatimMatchLength); in create()