Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.h24 class AnnotatedExpression; variable
134 explicit AnnotatedExpression(AstNodeType const type, TypeNode *const typeAnnotation) in AnnotatedExpression() function
138 explicit AnnotatedExpression(AstNodeType const type) : Annotated<Expression>(type) {} in AnnotatedExpression() function
Dexpression.cpp22 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const al… in AnnotatedExpression() function in ark::es2panda::ir::AnnotatedExpression