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

/external/srec/tools/grxmlcompile/
H A Dnetw_dump.cpp103 std::string OpenBrace = "{"; local
121 outLabel = OpenBrace;
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp256 // Return true if a CloseBrace that closes the OpenBrace at the current nest
258 bool SearchClosingBrace(StringRef OpenBrace, StringRef CloseBrace) { argument
263 if (S.startswith(OpenBrace)) {
265 P += OpenBrace.size();

Completed in 1425 milliseconds