Searched defs:TypedAstNode (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | typed.h | 87 class TypedAstNode : public Typed<AstNode> { class 96 explicit TypedAstNode(AstNodeType const type) : Typed<AstNode>(type) {} in TypedAstNode() function in ark::es2panda::ark::es2panda::ir::TypedAstNode 97 explicit TypedAstNode(AstNodeType const type, ModifierFlags const flags) : Typed<AstNode>(type, flags) {} in TypedAstNode() function in ark::es2panda::ark::es2panda::ir::TypedAstNode 99 TypedAstNode(TypedAstNode const &other) : Typed<AstNode>(static_cast<Typed<AstNode> const &>(other)) {} in TypedAstNode() function in ark::es2panda::ark::es2panda::ir::TypedAstNode |
Completed in 1 milliseconds