Home | History | Annotate | Download | only in Parse

Lines Matching refs:Braces

2085   // Handle dependent statements by parsing the braces as a compound statement.
2088 // inside these braces escaping to the surrounding code.
2109 BalancedDelimiterTracker Braces(*this, tok::l_brace);
2110 if (Braces.consumeOpen()) {
2124 Braces.skipToEnd();
2134 Braces.consumeClose();