Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h39 ArenaVector<Decorator *> decorators; member
45 … ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, in MethodDefinition()
DclassProperty.h37 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp198 auto decorators = ParseDecorators(); in ParseStatement() local
651ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement()
660 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration()
2380ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2540ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration()
2668 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
DparserImpl.cpp2394ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod()
2445 … ir::Expression *typeAnnotation, ArenaVector<ir::Decorator *> &&decorators, in ParseClassProperty()
2556 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local
2588 auto decorators = ParseDecorators(); in ParseClassElement() local
2721 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitConstructor() local
3244 auto decorators = ParseDecorators(); in ParseFunctionParams() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp933 auto decorators = paramsDecorators[i].decorators; in CreateParamDecorators() local
971 auto decorators = node->Decorators(); in CreatePropertyDecorators() local
1011 auto decorators = node->Decorators(); in CreateMethodDecorators() local
1120 auto decorators = node->Decorators(); in CreateClassDecorators() local