Home
last modified time | relevance | path

Searched defs:Decorator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
Ddecorator.h32 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() function
/arkcompiler/ets_frontend/es2panda/ir/base/
Ddecorator.h35 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() function
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h23 class Decorator; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h99 class Decorator; variable