Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dtyped.h123 class TypedStatement : public Typed<Statement> { class
132 explicit TypedStatement(AstNodeType type) : Typed<Statement>(type) {}; in TypedStatement() function in ark::es2panda::ark::es2panda::ir::TypedStatement
133 explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() function in ark::es2panda::ark::es2panda::ir::TypedStatement
135 TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const &>(other)) {} in TypedStatement() function in ark::es2panda::ark::es2panda::ir::TypedStatement

Completed in 1 milliseconds