Home
last modified time | relevance | path

Searched refs:CreateClassDecorators (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h161 std::vector<ir::AstNode *> CreateClassDecorators(ir::ClassDeclaration *node,
Dtransformer.cpp1235 auto classDecorators = CreateClassDecorators(node, variableDeclarationsForCtorOrClass); in VisitClassDeclaration()
1589 std::vector<ir::AstNode *> Transformer::CreateClassDecorators(ir::ClassDeclaration *node, in CreateClassDecorators() function in panda::es2panda::parser::Transformer