Home
last modified time | relevance | path

Searched refs:etsFunctionType (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp229 void TSDeclGen::GenFunctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType() argument
234 const auto *sig = [this, methodDef, etsFunctionType]() -> const checker::Signature * { in GenFunctionType()
238 if (etsFunctionType->CallSignatures().size() != 1) { in GenFunctionType()
242 return etsFunctionType->CallSignatures()[0]; in GenFunctionType()

Completed in 2 milliseconds