Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DfunctionDeclaration.h49 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DclassDeclaration.h49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DvariableDeclaration.h63 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h55 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h39 ArenaVector<Decorator *> decorators; member
45 … ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, in MethodDefinition()
DclassProperty.h38 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DspreadElement.h66 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DclassElement.h83 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DobjectExpression.h89 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DarrayExpression.h112 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportNamedDeclaration.h68 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h133 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
DTypedParser.cpp356 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators()
1247 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
DparserImpl.h115 ArenaVector<ir::Decorator *> decorators; variable
DTSparser.cpp167 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/
DtsModuleDeclaration.h79 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsEnumDeclaration.h110 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsTypeAliasDeclaration.h87 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsInterfaceDeclaration.h138 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp201 auto decorators = ParseDecorators(); in ParseStatement() local
660ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement()
669 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration()
2441ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2638ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration()
2766 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
DparserImpl.cpp2552ArenaVector<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/
Dtransformer.cpp936 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/
DTypeScriptLinter.ts616 const decorators = ts.getDecorators(node); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts729 const decorators = node.decorators; constant

12