Searched refs:OMethod (Results 1 – 1 of 1) sorted by relevance
4296 if (const auto *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local4301 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()4306 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()4311 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()4323 for (const auto *PI : OMethod->parameters()) in getOrCreateFunctionType()4326 if (OMethod->isVariadic()) in getOrCreateFunctionType()