Lines Matching refs:BlockStatement
41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL; in isCurrentTopStatementBlock()
57 { getWeight<BlockStatement>, create<BlockStatement> }, in chooseStatement()
139 BlockStatement::BlockStatement (GeneratorState& state) in BlockStatement() function in rsg::BlockStatement
144 void BlockStatement::init (GeneratorState& state) in init()
153 BlockStatement::~BlockStatement (void) in ~BlockStatement()
160 void BlockStatement::addChild (Statement* statement) in addChild()
173 Statement* BlockStatement::createNextChild (GeneratorState& state) in createNextChild()
190 float BlockStatement::getWeight (const GeneratorState& state) in getWeight()
203 void BlockStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
213 void BlockStatement::execute (ExecutionContext& execCtx) const in execute()
446 return dynamic_cast<const BlockStatement*>(statement) != DE_NULL; in isBlockStatement()