Home
last modified time | relevance | path

Searched defs:TypedStatement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
Dstatement.h54 explicit TypedStatement(AstNodeType type) : Typed<Statement>(type) {}; in TypedStatement() function
55 … explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() function
57TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const … in TypedStatement() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumDeclaration.h35 : TypedStatement(AstNodeType::TS_ENUM_DECLARATION), in TypedStatement() function