Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Ddecorator.h24 class Decorator : public Statement { class
32 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() function in ark::es2panda::ir::Decorator
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Ddecorator.h33 class Decorator : public Statement { class
35 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Decorator

Completed in 1 milliseconds