Searched defs:BlockStatement (Results 1 – 6 of 6) sorted by relevance
88 class BlockStatement : public Statement class94 BlockStatement (void) : m_numChildrenToCreate(0) {} in BlockStatement() function in rsg::BlockStatement
139 BlockStatement::BlockStatement (GeneratorState& state) in BlockStatement() function in rsg::BlockStatement
564 struct BlockStatement : Statement { struct565 DEFINE_AST_NODE_LEAF_BOILERPLATE(BlockStatement) in DEFINE_AST_NODE_LEAF_BOILERPLATE() argument571 bool deferred;572 std::vector<Statement*> statements;
3831 final public Statement BlockStatement() throws ParseException {Statement ret; in BlockStatement() method in GeneratedJavaParser
3597 final public Statement BlockStatement() {Statement ret; in BlockStatement() method in ASTParser
3696 final public Statement BlockStatement() { in BlockStatement() method in ASTParser