Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h371 …ir::MethodDefinition *CreateLambdaImplicitCtor(const lexer::SourceRange &pos, bool isStaticReferen…
372 ir::MethodDefinition *CreateLambdaImplicitCtor(ArenaVector<ir::AstNode *> &properties);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1489 auto *ctor = CreateLambdaImplicitCtor(properties); in CreateLambdaObjectForLambdaReference()
2083 ir::MethodDefinition *ETSChecker::CreateLambdaImplicitCtor(ArenaVector<ir::AstNode *> &properties) in CreateLambdaImplicitCtor() function in panda::es2panda::checker::ETSChecker
2191 auto *ctor = CreateLambdaImplicitCtor(refNode->Range(), isStaticReference); in CreateLambdaObjectForFunctionReference()
2240 ir::MethodDefinition *ETSChecker::CreateLambdaImplicitCtor(const lexer::SourceRange &pos, bool isSt… in CreateLambdaImplicitCtor() function in panda::es2panda::checker::ETSChecker