Home
last modified time | relevance | path

Searched refs:GenAnnotationInnerClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h103 …pandasm::AnnotationData GenAnnotationInnerClass(const ir::ClassDefinition *classDef, const ir::Ast…
DETSemitter.cpp439 annotations.emplace_back(GenAnnotationInnerClass(classDef, parent)); in GenAnnotations()
445 annotations.emplace_back(GenAnnotationInnerClass(classDef, parent)); in GenAnnotations()
612 pandasm::AnnotationData ETSEmitter::GenAnnotationInnerClass(const ir::ClassDefinition *classDef, in GenAnnotationInnerClass() function in ark::es2panda::compiler::ETSEmitter