Searched refs:OpenBrace (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp222 // Return true if a CloseBrace that closes the OpenBrace at the current nest
224 bool SearchClosingBrace(StringRef OpenBrace, StringRef CloseBrace) { argument
229 if (S.startswith(OpenBrace)) {
231 P += OpenBrace.size();

Completed in 156 milliseconds