Home
last modified time | relevance | path

Searched refs:AsAnnotatedExpression (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsParameterExpression.cpp167 auto typeAnnotation = ident_->AsAnnotatedExpression()->TypeAnnotation(); in Dump()
202 auto *const identOrSpread = spread_ != nullptr ? spread_->Clone(allocator, nullptr)->AsAnnotatedExpression() in Clone()
203 : ident_->Clone(allocator, nullptr)->AsAnnotatedExpression(); in Clone()
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dexpression.h89 [[nodiscard]] AnnotatedExpression *AsAnnotatedExpression() in AsAnnotatedExpression() function in ark::es2panda::ir::Expression
95 [[nodiscard]] const AnnotatedExpression *AsAnnotatedExpression() const in AsAnnotatedExpression() function in ark::es2panda::ir::Expression
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclarator.cpp70 auto *type = id_->AsAnnotatedExpression()->TypeAnnotation(); in Dump()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp259 typeAnnotation = param->Argument()->AsAnnotatedExpression()->TypeAnnotation(); in CheckFunctionRestParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp496 if (ident->AsAnnotatedExpression()->TypeAnnotation()->IsETSFunctionType()) { in MaybeSubstituteLambdaArgumentsInFunctionCall()
498 ident->AsAnnotatedExpression()->TypeAnnotation()->AsETSFunctionType()->Params(), callExpr); in MaybeSubstituteLambdaArgumentsInFunctionCall()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp32 ir::Expression *typeAnnotation = st->Param()->AsAnnotatedExpression()->TypeAnnotation(); in Check()

Completed in 9 milliseconds