Searched defs:Typed (Results 1 – 1 of 1) sorted by relevance
570 explicit Typed(AstNodeType const type) : T(type) {} in Typed() function571 explicit Typed(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Typed() function574 Typed(Typed const &other) : T(static_cast<T const &>(other)) {} in Typed() function