Searched refs:OMethod (Results 1 – 1 of 1) sorted by relevance
2484 if (const ObjCMethodDecl *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local2489 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()2494 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()2498 QualType SelfDeclTy = OMethod->getSelfDecl()->getType(); in getOrCreateFunctionType()2502 getOrCreateType(OMethod->getCmdDecl()->getType(), F))); in getOrCreateFunctionType()2504 for (const auto *PI : OMethod->params()) in getOrCreateFunctionType()2507 if (OMethod->isVariadic()) in getOrCreateFunctionType()