Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dexpression.h27 class Expression : public TypedAstNode { class
102 explicit Expression(AstNodeType const type) : TypedAstNode(type) {} in Expression() function in ark::es2panda::ir::Expression
103 explicit Expression(AstNodeType const type, ModifierFlags const flags) : TypedAstNode(type, flags) {} in Expression() function in ark::es2panda::ir::Expression
105 Expression(Expression const &other) : TypedAstNode(static_cast<TypedAstNode const &>(other)) in Expression() function in ark::es2panda::ir::Expression
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A Dexpression.h26 class Expression : public AstNode { class
76 explicit Expression(AstNodeType type) : AstNode(type) {} in Expression() function in panda::es2panda::ir::Expression

Completed in 1 milliseconds