Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1149 size_t RegexMatchLength = S.find("}}"); in create() local
1150 assert(RegexMatchLength != StringRef::npos); in create()
1153 RegexStr.append(S.data(), RegexMatchLength); in create()
1155 S = S.drop_front(RegexMatchLength + 2); in create()