Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1146 size_t RegexMatchLength = S.find("}}"); in create() local
1147 assert(RegexMatchLength != StringRef::npos); in create()
1150 RegexStr.append(S.data(), RegexMatchLength); in create()
1152 S = S.drop_front(RegexMatchLength + 2); in create()