Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h133 explicit TypedStatement(AstNodeType type) : Typed<Statement>(type) {}; in TypedStatement() function
134 … explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() function
136TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const … in TypedStatement() function