Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h37 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
DmethodDefinition.h40 … ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, in MethodDefinition()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp146 auto decorators = ParseDecorators(); in ParseStatement() local
562ArenaVector<ir::Decorator *> &&decorators, bool isAbstract) in ParseClassStatement()
571 …tion *ParserImpl::ParseClassDeclaration(bool idRequired, ArenaVector<ir::Decorator *> &&decorators, in ParseClassDeclaration()
2220ArenaVector<ir::Decorator *> decorators, in ParseExportDefaultDeclaration()
2367ArenaVector<ir::Decorator *> &&decorators) in ParseNamedExportDeclaration()
2474 ArenaVector<ir::Decorator *> &&decorators) in ParseExportDeclaration()
DparserImpl.cpp2262ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod()
2311 … ir::Expression *typeAnnotation, ArenaVector<ir::Decorator *> &&decorators, in ParseClassProperty()
2418 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParseDecorators() local
2449 auto decorators = ParseDecorators(); in ParseClassElement() local
2579 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in CreateImplicitConstructor() local
DexpressionParser.cpp1731 ArenaVector<ir::Decorator *> decorators(Allocator()->Adapter()); in ParsePatternElement() local