Searched defs:Typed (Results 1 – 2 of 2) sorted by relevance
60 explicit Typed(AstNodeType const type) : T(type) {} in Typed() function61 explicit Typed(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Typed() function64 Typed(Typed const &other) : T(static_cast<T const &>(other)) {} in Typed() function
105 class Typed; variable