Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dexpression.cpp21 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const allocator) in AnnotatedExpression() function in ark::es2panda::ir::AnnotatedExpression
H A Dexpression.h114 class AnnotatedExpression : public Annotated<Expression> { class
128 explicit AnnotatedExpression(AstNodeType const type, TypeNode *const typeAnnotation) AnnotatedExpression() function in ark::es2panda::ir::AnnotatedExpression
132 explicit AnnotatedExpression(AstNodeType const type) : Annotated<Expression>(type) {} AnnotatedExpression() function in ark::es2panda::ir::AnnotatedExpression
[all...]

Completed in 1 milliseconds