Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 25 of 28) 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/util/ast-builders/
DclassDeclarationBuilder.h44 ClassDeclarationBuilder &SetDecorators(ArenaVector<Decorator *> &&decorators) in SetDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.h49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DfunctionDeclaration.h49 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DvariableDeclaration.h68 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/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/ir/module/
DexportNamedDeclaration.h68 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.h122 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h136 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
DforwardDeclForParserImpl.h106 ArenaVector<ir::Decorator *> decorators; variable
DTypedParser.cpp357 void TypedParser::ParseDecorators(ArenaVector<ir::Decorator *> &decorators) in ParseDecorators()
1303 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDeclareAndDecorators() local
DTSparser.cpp169 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/
DtsTypeAliasDeclaration.h88 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsModuleDeclaration.h92 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsEnumDeclaration.h133 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/es2panda/parser/
DstatementParser.cpp201 auto decorators = ParseDecorators(); in ParseStatement() local
666ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement()
675 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration()
2452ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2646ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration()
2774 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
DparserImpl.cpp2592ArenaVector<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/
DTsUtils.ts2036 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/
Dtransformer.cpp943 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

12