Searched defs:TypedStatement (Results 1 – 1 of 1) sorted by relevance
133 explicit TypedStatement(AstNodeType type) : Typed<Statement>(type) {}; in TypedStatement() function134 … explicit TypedStatement(AstNodeType type, ModifierFlags flags) : Typed<Statement>(type, flags) {}; in TypedStatement() function136 …TypedStatement(TypedStatement const &other) : Typed<Statement>(static_cast<Typed<Statement> const … in TypedStatement() function