Home
last modified time | relevance | path

Searched refs:CreateLambdaObjectFromIdentReference (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h646 …void CreateLambdaObjectFromIdentReference(const ir::AstNode *node, ir::ClassDefinition *lambdaObj);
DETSCompiler.cpp913 etsg->CreateLambdaObjectFromIdentReference(expr, lambda->second.first); in Compile()
DETSGen.cpp619 void ETSGen::CreateLambdaObjectFromIdentReference(const ir::AstNode *node, ir::ClassDefinition *lam… in CreateLambdaObjectFromIdentReference() function in panda::es2panda::compiler::ETSGen