Lines Matching refs:compoundStatement
555 StatementP compoundStatement (const vector<StatementP>& statements);
780 class CompoundStatement : public Statement
783 CompoundStatement (const vector<StatementP>& statements)
812 StatementP compoundStatement(const vector<StatementP>& statements)
814 return StatementP(new CompoundStatement(statements));