Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp258 bool SearchClosingBrace(StringRef OpenBrace, StringRef CloseBrace) { in SearchClosingBrace() argument
266 } else if (S.startswith(CloseBrace)) { in SearchClosingBrace()
269 PEnd = P + CloseBrace.size(); in SearchClosingBrace()
272 P += CloseBrace.size(); in SearchClosingBrace()
/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp104 std::string CloseBrace = "}"; in WriteForwardGraphWithSemantic() local
131 outLabel = outLabel + CloseBrace; in WriteForwardGraphWithSemantic()