Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1108 InferTypesForLambda(lambda, typeAnnotation->AsETSFunctionType()); in CheckVariableDeclaration()
2494 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType) in InferTypesForLambda() function in panda::es2panda::checker::ETSChecker
2540 InferTypesForLambda(lambda, typeAnn->AsETSFunctionType()); in TypeInference()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h284 void InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType);