Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDeclarationBuilder.h38 ClassDeclarationBuilder &SetDecorators(ArenaVector<Decorator *> &&decorators) in SetDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.h49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DvariableDeclaration.h62 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DfunctionDeclaration.h62 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h35 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators, in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h55 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DspreadElement.h66 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DclassElement.h86 void AddDecorators([[maybe_unused]] ArenaVector<ir::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/parser/
DTypedParser.h136 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
DforwardDeclForParserImpl.h106 ArenaVector<ir::Decorator *> decorators; variable
DTypedParser.cpp370 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators()
1356 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
DTSparser.cpp169 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/
DexportNamedDeclaration.h68 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsTypeAliasDeclaration.h81 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsEnumDeclaration.h127 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsInterfaceDeclaration.h153 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.h122 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DobjectExpression.h89 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp191 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()
2476ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2676ArenaVector<ir::Decorator *> &&decorators, in ParseNamedExportDeclaration()
2833 ArenaVector<ir::Decorator *> &&decorators, in ParseExportDeclaration()
DparserImpl.cpp2600 ArenaVector<ir::Decorator *> &&decorators, in ParseClassMethod()
2679ArenaVector<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/
DTsUtils.ts2290 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/
Dtransformer.cpp932 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

12