Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h23 class Decorator; variable
/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/linter/arkanalyzer/src/core/base/
DDecorator.ts19 export class Decorator { class
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h99 class Decorator; variable