| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | classDeclarationBuilder.h | 38 ClassDeclarationBuilder &SetDecorators(ArenaVector<Decorator *> &&decorators) in SetDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | classDeclaration.h | 49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| D | variableDeclaration.h | 62 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | functionDeclaration.h | 62 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 35 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators, in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsStructDeclaration.h | 55 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | spreadElement.h | 66 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| D | classElement.h | 86 void AddDecorators([[maybe_unused]] ArenaVector<ir::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/parser/ |
| D | TypedParser.h | 136 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
|
| D | forwardDeclForParserImpl.h | 106 ArenaVector<ir::Decorator *> decorators; variable
|
| D | TypedParser.cpp | 370 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators() 1356 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
|
| D | TSparser.cpp | 169 void TSParser::AddDecorators(ir::AstNode *node, ArenaVector<ir::Decorator *> &decorators) in AddDecorators() 1800 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseFunctionParams() local
|
| /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/ir/ts/ |
| D | tsModuleDeclaration.h | 85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsTypeAliasDeclaration.h | 81 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsEnumDeclaration.h | 127 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsInterfaceDeclaration.h | 153 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrayExpression.h | 122 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | objectExpression.h | 89 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 191 auto decorators = decoratorsAndAnnotations.first; in ParseStatement() local 677 ArenaVector<ir::Decorator *> &&decorators, in ParseClassStatement() 688 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration() 2476 … ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration() 2676 … ArenaVector<ir::Decorator *> &&decorators, in ParseNamedExportDeclaration() 2833 ArenaVector<ir::Decorator *> &&decorators, in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2600 ArenaVector<ir::Decorator *> &&decorators, in ParseClassMethod() 2679 …ArenaVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDec… in ParseClassProperty() 2827 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecoratorsAndAnnotations() local 2871 auto decorators = decoratorsAndAnnotations.first; in ParseClassElement() local 3064 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitMethod() local 3725 auto decorators = decoratorsAndAnnotations.first; in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 2290 const decorators = ts.getAllDecorators(decl); constant 2299 const decorators = ts.getAllDecorators(decl); constant 2855 const decorators = TsUtils.getFunctionOverloadDecorators(decl); constant 2871 const decorators = ts.getAllDecorators(decl); constant
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 932 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in AddMethodToClass() local 1411 auto decorators = paramsDecorators[i].decorators; in CreateParamDecorators() local 1449 auto decorators = node->Decorators(); in CreatePropertyDecorators() local 1489 auto decorators = node->Decorators(); in CreateMethodDecorators() local 1598 auto decorators = node->Decorators(); in CreateClassDecorators() local
|