Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 25 of 30) 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/
DfunctionDeclaration.h66 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DclassDeclaration.h49 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DvariableDeclaration.h77 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/base/
DspreadElement.h67 void AddDecorators(ArenaVector<Decorator *> &&decorators) override in AddDecorators()
DclassElement.h96 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.h142 [[maybe_unused]] ArenaVector<ir::Decorator *> &decorators) in AddDecorators()
DforwardDeclForParserImpl.h105 ArenaVector<ir::Decorator *> decorators; variable
DTypedParser.cpp390 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/
DexportNamedDeclaration.h73 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/
DMatchers.ts73 decorators?: string[]; property
90 decorators?: string[]; property
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkBaseModel.ts256 let decorators = this.getDecorators(); variable
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsTypeAliasDeclaration.h85 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsEnumDeclaration.h128 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
DtsInterfaceDeclaration.h154 void AddDecorators([[maybe_unused]] ArenaVector<ir::Decorator *> &&decorators) override in AddDecorators()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.h127 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/arkguard/src/common/
DApiExtractor.ts801 const decorators: Decorator[] = []; constant
811 const decorators = getDecorators(node) || []; constant
/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()
2681ArenaVector<ir::Decorator *> &&decorators, in ParseNamedExportDeclaration()
2842 ArenaVector<ir::Decorator *> &&decorators, in ParseExportDeclaration()
DparserImpl.cpp2603 ArenaVector<ir::Decorator *> &&decorators, in ParseClassMethod()
2682ArenaVector<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/
DTsUtils.ts2616 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

12