Searched defs:AnnotatedStatement (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | typed.h | 140 class AnnotatedStatement : public Annotated<Statement> { class 149 explicit AnnotatedStatement(AstNodeType type, TypeNode *typeAnnotation) : Annotated<Statement>(type, typeAnnotation) in AnnotatedStatement() function in ark::es2panda::ark::es2panda::ir::AnnotatedStatement 153 explicit AnnotatedStatement(AstNodeType type) : Annotated<Statement>(type) {} in AnnotatedStatement() function in ark::es2panda::ark::es2panda::ir::AnnotatedStatement 154 explicit AnnotatedStatement(AstNodeType type, ModifierFlags flags) : Annotated<Statement>(type, flags) {} in AnnotatedStatement() function in ark::es2panda::ark::es2panda::ir::AnnotatedStatement 156 AnnotatedStatement(AnnotatedStatement cons function in ark::es2panda::ark::es2panda::ir::AnnotatedStatement [all...] |
Completed in 2 milliseconds