Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h155 …explicit AnnotatedStatement(AstNodeType type, TypeNode *typeAnnotation) : Annotated<Statement>(typ… in AnnotatedStatement() function
159 explicit AnnotatedStatement(AstNodeType type) : Annotated<Statement>(type) {} in AnnotatedStatement() function
160 …explicit AnnotatedStatement(AstNodeType type, ModifierFlags flags) : Annotated<Statement>(type, fl… in AnnotatedStatement() function
162 AnnotatedStatement(AnnotatedStatement const &other) in AnnotatedStatement() function