Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DblockStatement.h29 explicit BlockStatement(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList) in BlockStatement()
69 void SetStatements(ArenaVector<Statement *> &&statementList) in SetStatements()
DblockStatement.cpp116 ArenaVector<Statement *> statementList(allocator->Adapter()); in Construct() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DblockStatement.h38 explicit BlockStatement(binder::Scope *scope, ArenaVector<Statement *> &&statementList) in BlockStatement()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsModule.cpp59 ArenaVector<Statement *> statementList(allocator->Adapter()); in Construct() local
/arkcompiler/ets_frontend/ets2panda/ir/
DannotationAllowed.h80 …plicit AnnotationAllowed(ArenaAllocator *const allocator, ArenaVector<Statement *> &&statementList) in AnnotationAllowed()