| /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 | functionDeclaration.h | 66 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 | 77 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/base/ |
| D | spreadElement.h | 67 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
|
| D | classElement.h | 96 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 | 142 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
|
| D | forwardDeclForParserImpl.h | 105 ArenaVector<ir::Decorator *> decorators; variable
|
| D | TypedParser.cpp | 390 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators() 1376 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | exportNamedDeclaration.h | 73 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/ |
| D | Matchers.ts | 73 decorators?: string[]; property 90 decorators?: string[]; property
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/ |
| D | ArkBaseModel.ts | 256 let decorators = this.getDecorators(); variable
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsModuleDeclaration.h | 85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsTypeAliasDeclaration.h | 85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsEnumDeclaration.h | 128 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| D | tsInterfaceDeclaration.h | 154 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrayExpression.h | 127 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/arkguard/src/common/ |
| D | ApiExtractor.ts | 801 const decorators: Decorator[] = []; constant 811 const decorators = getDecorators(node) || []; constant
|
| /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() 2681 … ArenaVector<ir::Decorator *> &&decorators, in ParseNamedExportDeclaration() 2842 ArenaVector<ir::Decorator *> &&decorators, in ParseExportDeclaration()
|
| D | parserImpl.cpp | 2603 ArenaVector<ir::Decorator *> &&decorators, in ParseClassMethod() 2682 …ArenaVector<ir::Decorator *> &&decorators, ArenaVector<ir::Annotation *> &&annotations, bool isDec… in ParseClassProperty() 2870 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecoratorsAndAnnotations() local 2914 auto decorators = decoratorsAndAnnotations.first; in ParseClassElement() local 3107 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitMethod() local 3771 auto decorators = decoratorsAndAnnotations.first; in ParseFunctionParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 2616 const decorators = ts.getAllDecorators(decl); constant 2625 const decorators = ts.getAllDecorators(decl); constant 3197 const decorators = TsUtils.getFunctionOverloadDecorators(decl); constant 3213 const decorators = ts.getAllDecorators(decl); constant
|