Home
last modified time | relevance | path

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

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