Searched refs:OMethod (Results 1 – 1 of 1) sorted by relevance
1958 if (const ObjCMethodDecl *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local1963 Elts.push_back(getOrCreateType(OMethod->getResultType(), F)); in getOrCreateFunctionType()1965 Elts.push_back(getOrCreateType(OMethod->getSelfDecl()->getType(), F)); in getOrCreateFunctionType()1967 Elts.push_back(getOrCreateType(OMethod->getCmdDecl()->getType(), F)); in getOrCreateFunctionType()1969 for (ObjCMethodDecl::param_const_iterator PI = OMethod->param_begin(), in getOrCreateFunctionType()1970 PE = OMethod->param_end(); PI != PE; ++PI) in getOrCreateFunctionType()