Home
last modified time | relevance | path

Searched defs:LambdaClassInvokeInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp46 struct LambdaClassInvokeInfo { struct
47 checker::Signature *lambdaSignature = nullptr;
48 ir::MethodDefinition *callee = nullptr;
49 ir::ClassDefinition *classDefinition = nullptr;
50 checker::Substitution *substitution = nullptr;
51 size_t arity = 0;
52 util::StringView restParameterIdentifier = "";
53 util::StringView restArgumentIdentifier = "";