Home | History | Annotate | Download | only in Parse

Lines Matching refs:Braces

2213   // Handle dependent statements by parsing the braces as a compound statement.
2216 // inside these braces escaping to the surrounding code.
2237 BalancedDelimiterTracker Braces(*this, tok::l_brace);
2238 if (Braces.consumeOpen()) {
2252 Braces.skipToEnd();
2262 Braces.consumeClose();