| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | classDeclarationBuilder.h | 44 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 | functionDeclaration.h | 49 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | variableDeclaration.h | 68 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/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/ir/module/ |
| D | exportNamedDeclaration.h | 68 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 | 122 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /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 | 357 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators() 1303 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() 1803 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeAliasDeclaration.h | 88 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsModuleDeclaration.h | 92 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsEnumDeclaration.h | 133 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/es2panda/parser/ |
| D | statementParser.cpp | 201 auto decorators = ParseDecorators(); in ParseStatement() local 666 … ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement() 675 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration() 2452 … ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration() 2646 … ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration() 2774 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2592 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod() 2670 ArenaVector<ir::Decorator *> &&decorators, bool isDeclare, in ParseClassProperty() 2791 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local 2823 auto decorators = ParseDecorators(); in ParseClassElement() local 3014 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitMethod() local 3630 auto decorators = ParseDecorators(); in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/ |
| D | TsUtils.ts | 2036 const decorators = ts.getAllDecorators(decl); constant 2045 const decorators = ts.getAllDecorators(decl); constant 2548 const decorators = TsUtils.getFunctionOverloadDecorators(decl); constant 2564 const decorators = ts.getAllDecorators(decl); constant
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 943 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in AddMethodToClass() local 1420 auto decorators = paramsDecorators[i].decorators; in CreateParamDecorators() local 1458 auto decorators = node->Decorators(); in CreatePropertyDecorators() local 1498 auto decorators = node->Decorators(); in CreateMethodDecorators() local 1607 auto decorators = node->Decorators(); in CreateClassDecorators() local
|