Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.h50 void GenFunctionType(const checker::ETSFunctionType *functionType, const ir::MethodDefinition *methodDef = nullptr);
H A DdeclgenEts2Ts.cpp149 GenFunctionType(checkerType->AsETSFunctionType()); in GenType()
229 void TSDeclGen::GenFunctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType() function in ark::es2panda::declgen_ets2ts::TSDeclGen
608 GenFunctionType(methodDef->TsType()->AsETSFunctionType(), methodDef); in GenMethodDeclaration()

Completed in 3 milliseconds