Searched defs:TypedStatement (Results 1 – 2 of 2) sorted by relevance
54 explicit TypedStatement(AstNodeType type) : Typed<Statement>(type) {}; in TypedStatement() function55 … explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() function57 …TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const … in TypedStatement() function
35 : TypedStatement(AstNodeType::TS_ENUM_DECLARATION), in TypedStatement() function