Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h154 void BuildFunctionType(ir::ETSFunctionType *funcType);
DETSBinder.cpp409 void ETSBinder::BuildFunctionType(ir::ETSFunctionType *funcType) in BuildFunctionType() function in panda::es2panda::varbinder::ETSBinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1410 VarBinder()->AsETSBinder()->BuildFunctionType(funcType); in CreateFunctionalInterfaceForFunctionType()