Home | History | Annotate | Download | only in doc

Lines Matching full:statementlist

1538 Block = "{" StatementList "}" .
1539 StatementList = { Statement ";" } .
4590 ExprCaseClause = ExprSwitchCase ":" StatementList .
4682 TypeCaseClause = TypeSwitchCase ":" StatementList .
5015 CommClause = CommCase ":" StatementList .