Home
last modified time | relevance | path

Searched defs:Typed (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h60 explicit Typed(AstNodeType const type) : T(type) {} in Typed() function
61 explicit Typed(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Typed() function
64 Typed(Typed const &other) : T(static_cast<T const &>(other)) {} in Typed() function
DastNode.h105 class Typed; variable