Searched refs:classMethodType (Results 1 – 4 of 4) sorted by relevance
24 …ETSExtensionFuncHelperType(ETSFunctionType *classMethodType, ETSFunctionType *extensionFunctionTyp… in ETSExtensionFuncHelperType() argument26 classMethodType_(classMethodType), in ETSExtensionFuncHelperType()
186 auto classMethodType = checker->GetTypeOfVariable(resolveRes[1]->Variable()); in ResolveObjectMember() local189 if (classMethodType->IsETSFunctionType()) { in ResolveObjectMember()191 … resolvedType = checker->CreateETSExtensionFuncHelperType(classMethodType->AsETSFunctionType(), in ResolveObjectMember()
372 …nsionFuncHelperType *ETSChecker::CreateETSExtensionFuncHelperType(ETSFunctionType *classMethodType, in CreateETSExtensionFuncHelperType() argument375 return Allocator()->New<ETSExtensionFuncHelperType>(classMethodType, extensionFunctionType); in CreateETSExtensionFuncHelperType()
264 ETSExtensionFuncHelperType *CreateETSExtensionFuncHelperType(ETSFunctionType *classMethodType,