Searched defs:StatementBlock (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.cpp212 StatementBlock::StatementBlock() function in class:StatementBlock
216 StatementBlock::~StatementBlock()
221 StatementBlock::Write(FILE* to)
232 StatementBlock::Add(Statement* statement)
238 StatementBlock::Add(Expression* expression)
532 statements(new StatementBlock),
574 :statements(new StatementBlock)
590 :statements(new StatementBlock),
[all...]
H A DAST.h117 struct StatementBlock : public Statement struct in inherits:Statement
121 StatementBlock();
122 virtual ~StatementBlock();
244 StatementBlock* statements;
263 StatementBlock* statements;
272 StatementBlock* statements;
282 StatementBlock* statements;
292 StatementBlock* statements;
326 StatementBlock* statements;

Completed in 37 milliseconds