Searched defs:annotationDecl (Results 1 – 3 of 3) sorted by relevance
63 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext()
198 void ImportExportDecls::VisitAnnotationDeclaration(ir::AnnotationDeclaration *annotationDecl) in VisitAnnotationDeclaration()
583 auto *annotationDecl = AllocNode<ir::AnnotationDeclaration>(expr, std::move(properties)); in ParseAnnotationDeclaration() local