Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dtyped.h32 class Typed : public T { class
34 Typed() = delete;
35 ~Typed() override = default;
37 NO_COPY_OPERATOR(Typed);
38 NO_MOVE_SEMANTIC(Typed);
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
87 class TypedAstNode : public Typed<AstNod
[all...]
H A DastNode.h71 class Typed;
134 Typed<AstNode> *AsTyped() in AsTyped()
137 return reinterpret_cast<Typed<AstNode> *>(this); in AsTyped()
140 Typed<AstNode> const *AsTyped() const in AsTyped()
143 return reinterpret_cast<Typed<AstNode> const *>(this); in AsTyped()

Completed in 2 milliseconds