Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dtyped.h32 class Typed : public T { class
77 explicit Typed(AstNodeType const type) : T(type) {} in Typed() function in ark::es2panda::ark::es2panda::ir::Typed
78 explicit Typed(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Typed() function in ark::es2panda::ark::es2panda::ir::Typed
81 Typed(Typed const &other) : T(static_cast<T const &>(other)) {} in Typed() function in ark::es2panda::ark::es2panda::ir::Typed
[all...]

Completed in 1 milliseconds