Home
last modified time | relevance | path

Searched refs:AddDecorator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassElement.h91 void AddDecorator(ir::Decorator *const decorator) in AddDecorator() function
DclassProperty.cpp172 clone->AddDecorator(decorator->Clone(allocator, clone)); in Clone()
DmethodDefinition.cpp243 clone->AddDecorator(decorator->Clone(allocator, clone)); in Clone()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h60 void AddDecorator(Decorator *const decorator) in AddDecorator() function
DetsStructDeclaration.cpp89 clone->AddDecorator(decorator->Clone(allocator, clone)); in Clone()