Home | History | Annotate | Download | only in Parse

Lines Matching refs:Braces

2140   // Handle dependent statements by parsing the braces as a compound statement.
2143 // inside these braces escaping to the surrounding code.
2164 BalancedDelimiterTracker Braces(*this, tok::l_brace);
2165 if (Braces.consumeOpen()) {
2179 Braces.skipToEnd();
2189 Braces.consumeClose();