Searched defs:decorators (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classProperty.h | 37 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
|
| D | methodDefinition.h | 40 … ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, in MethodDefinition()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 146 auto decorators = ParseDecorators(); in ParseStatement() local 562 … ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement() 571 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration() 2220 … ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration() 2367 … ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration() 2474 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2262 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2311 … ir::Expression *typeAnnotation, ArenaVector<ir::Decorator *> &&decorators, in ParseClassProperty() 2418 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local 2449 auto decorators = ParseDecorators(); in ParseClassElement() local 2579 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitConstructor() local
|
| D | expressionParser.cpp | 1731 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParsePatternElement() local
|