Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationDeclaration.h28 explicit AnnotationDeclaration(Expression *expr, ArenaAllocator *allocator) in AnnotationDeclaration() function
32 explicit AnnotationDeclaration(Expression *expr, ArenaVector<AstNode *> &&properties) in AnnotationDeclaration() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.h35 class AnnotationDeclaration; variable