Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsExtensionFuncHelperType.h24 …ETSExtensionFuncHelperType(ETSFunctionType *classMethodType, ETSFunctionType *extensionFunctionTyp… in ETSExtensionFuncHelperType() argument
26 classMethodType_(classMethodType), in ETSExtensionFuncHelperType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp209 …nsionFuncHelperType *ETSChecker::CreateETSExtensionFuncHelperType(ETSFunctionType *classMethodType, in CreateETSExtensionFuncHelperType() argument
212 return Allocator()->New<ETSExtensionFuncHelperType>(classMethodType, extensionFunctionType); in CreateETSExtensionFuncHelperType()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h216 ETSExtensionFuncHelperType *CreateETSExtensionFuncHelperType(ETSFunctionType *classMethodType,