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()
2378ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2538ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration()
2666 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
DparserImpl.cpp2393ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod()
2444 … ir::Expression *typeAnnotation, ArenaVector<ir::Decorator *> &&decorators, in ParseClassProperty()
2555 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local
2587 auto decorators = ParseDecorators(); in ParseClassElement() local
2720 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitConstructor() local
3243 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