Home
last modified time | relevance | path

Searched defs:annotationDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp63 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp198 void ImportExportDecls::VisitAnnotationDeclaration(ir::AnnotationDeclaration *annotationDecl) in VisitAnnotationDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp583 auto *annotationDecl = AllocNode<ir::AnnotationDeclaration>(expr, std::move(properties)); in ParseAnnotationDeclaration() local