Home
last modified time | relevance | path

Searched defs:statementList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DblockStatement.h28 explicit BlockStatement(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList) in BlockStatement()
68 void SetStatements(ArenaVector<Statement *> &&statementList) in SetStatements()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsScript.h29 …explicit ETSScript(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList, parser::Pr… in ETSScript()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DblockStatement.h38 explicit BlockStatement(binder::Scope *scope, ArenaVector<Statement *> &&statementList) in BlockStatement()