Searched refs:OMethod (Results 1 – 1 of 1) sorted by relevance
2812 if (const ObjCMethodDecl *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local2817 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()2822 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()2827 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()2838 for (const auto *PI : OMethod->parameters()) in getOrCreateFunctionType()2841 if (OMethod->isVariadic()) in getOrCreateFunctionType()