Home
last modified time | relevance | path

Searched refs:CheckLambdaTypeAnnotation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp935 bool ETSChecker::CheckLambdaTypeAnnotation(ir::AstNode *typeAnnotation, in CheckLambdaTypeAnnotation() function in ark::es2panda::checker::ETSChecker
1000 bool const rc = CheckLambdaTypeAnnotation(typeAnn, arrowFuncExpr, parameterType, flags); in TypeInference()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h345 …bool CheckLambdaTypeAnnotation(ir::AstNode *typeAnnotation, ir::ArrowFunctionExpression *arrowFunc…