Lines Matching defs:OMD
912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName()
914 return !OMD || OMD->isSynthesizedAccessorStub();
1230 ObjCMethodDecl *OMD,
1235 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
1241 if (OMD->isInstanceMethod())
1250 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1256 std::string selString = OMD->getSelector().getAsString();
1264 MethodInternalNames[OMD] = NameStr;
1271 if (OMD->isInstanceMethod()) {
1291 for (const auto *PDecl : OMD->parameters()) {
1305 if (OMD->isVariadic())
1350 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1351 if (!OMD->getBody())
1354 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1355 SourceLocation LocStart = OMD->getBeginLoc();
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1363 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1364 if (!OMD->getBody())
1367 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1368 SourceLocation LocStart = OMD->getBeginLoc();
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
3491 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3493 for (const auto *PI : OMD->parameters()) {