Home | History | Annotate | Download | only in Parse

Lines Matching refs:Braces

2172   // Handle dependent statements by parsing the braces as a compound statement.
2175 // inside these braces escaping to the surrounding code.
2196 BalancedDelimiterTracker Braces(*this, tok::l_brace);
2197 if (Braces.consumeOpen()) {
2211 Braces.skipToEnd();
2221 Braces.consumeClose();