Home | History | Annotate | Download | only in Parse

Lines Matching full:compound

1788 ///   @synchronized '(' expression ')' compound-statement
1812 // Require a compound statement.
1823 // Parse the compound statement within a new scope.
1840 /// @try compound-statement objc-catch-list[opt]
1841 /// @try compound-statement objc-catch-list[opt] @finally compound-statement
1844 /// @catch ( parameter-declaration ) compound-statement
1845 /// objc-catch-list @catch ( catch-parameter-declaration ) compound-statement
1951 /// @autoreleasepool compound-statement
1960 // Enter a scope to hold everything within the compound stmt. Compound