Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h340 explicit AnnotationDecl(util::StringView name) : Decl(name) {} in AnnotationDecl() function
341 explicit AnnotationDecl(util::StringView name, ir::AstNode *node) : Decl(name, node) {} in AnnotationDecl() function