| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | functionDeclaration.h | 49 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | classDeclaration.h | 49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| D | variableDeclaration.h | 63 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsStructDeclaration.h | 55 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | methodDefinition.h | 39 ArenaVector<Decorator *> decorators; member 45 … ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, in MethodDefinition()
|
| D | classProperty.h | 38 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | spreadElement.h | 66 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| D | classElement.h | 83 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | objectExpression.h | 89 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | arrayExpression.h | 112 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | exportNamedDeclaration.h | 68 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.h | 133 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
|
| D | TypedParser.cpp | 356 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators() 1247 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
|
| D | parserImpl.h | 115 ArenaVector<ir::Decorator *> decorators; variable
|
| D | TSparser.cpp | 167 void TSParser::AddDecorators(ir::AstNode *node, ArenaVector<ir::Decorator *> &decorators) in AddDecorators() 2103 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsModuleDeclaration.h | 79 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsEnumDeclaration.h | 110 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsTypeAliasDeclaration.h | 87 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsInterfaceDeclaration.h | 138 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 201 auto decorators = ParseDecorators(); in ParseStatement() local 660 … ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement() 669 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration() 2441 … ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration() 2638 … ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration() 2766 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2552 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2630 ArenaVector<ir::Decorator *> &&decorators, bool isDeclare, in ParseClassProperty() 2751 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local 2783 auto decorators = ParseDecorators(); in ParseClassElement() local 2963 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitMethod() local 3578 auto decorators = ParseDecorators(); in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 936 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in AddMethodToClass() local 1397 auto decorators = paramsDecorators[i].decorators; in CreateParamDecorators() local 1435 auto decorators = node->Decorators(); in CreatePropertyDecorators() local 1475 auto decorators = node->Decorators(); in CreateMethodDecorators() local 1584 auto decorators = node->Decorators(); in CreateClassDecorators() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 616 const decorators = ts.getDecorators(node); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 729 const decorators = node.decorators; constant
|