Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/
H A DtypeNode.h27 class TypeNode : public Expression { class
29 explicit TypeNode(AstNodeType type) : Expression(type) {} in TypeNode() function in panda::es2panda::panda::es2panda::ir::TypeNode
/arkcompiler/ets_frontend/ets2panda/ir/
H A DtypeNode.h27 class TypeNode : public Expression { class
53 explicit TypeNode(AstNodeType const type) : Expression(type) {} in TypeNode() function in ark::es2panda::ark::es2panda::ir::TypeNode
54 explicit TypeNode(AstNodeType const type, ModifierFlags const flags) : Expression(type, flags) {} in TypeNode() function in ark::es2panda::ark::es2panda::ir::TypeNode

Completed in 2 milliseconds