Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationUsage.h28 explicit AnnotationUsage(Expression *expr, ArenaAllocator *allocator) in AnnotationUsage() function
32 explicit AnnotationUsage(Expression *expr, ArenaVector<AstNode *> &&properties) in AnnotationUsage() function
DfunctionDeclaration.h27 class AnnotationUsage; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h351 explicit AnnotationUsage(util::StringView name) : Decl(name) {} in AnnotationUsage() function
352 explicit AnnotationUsage(util::StringView name, ir::AstNode *node) : Decl(name, node) {} in AnnotationUsage() function
DETSBinder.h35 class AnnotationUsage; variable
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h37 class AnnotationUsage; variable