Home
last modified time | relevance | path

Searched defs:Annotations (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D18_annotations.rst13 .. _Annotations: target
15 Annotations title
412 .. _Exporting and Importing Annotations:
/arkcompiler/runtime_core/docs/
Dassembly_format.md88 ### Function metadata annotations
110 ### Record metadata annotations
127 ### Field metadata annotations
134 ### Language specific annotations
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md88 ### Function metadata annotations
115 ### Record metadata annotations
135 ### Field metadata annotations
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dannotations.rst13 Annotations title
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeAliasDeclaration.h105 [[nodiscard]] ArenaVector<ir::AnnotationUsage *> &Annotations() noexcept in Annotations() function
110 [[nodiscard]] const ArenaVector<ir::AnnotationUsage *> &Annotations() const noexcept in Annotations() function
/arkcompiler/ets_frontend/ets2panda/ir/
DannotationAllowed.h34 [[nodiscard]] ArenaVector<ir::AnnotationUsage *> &Annotations() noexcept in Annotations() function
39 [[nodiscard]] const ArenaVector<ir::AnnotationUsage *> &Annotations() const noexcept in Annotations() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h131 const ArenaVector<Annotation *> &Annotations() const in Annotations() function