Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:IMD

273                                  ObjCImplementationDecl *IMD,
763 ObjCImplementationDecl *IMD,
1172 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID);
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1178 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1179 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1193 I = IMD ? IMD->classmeth_begin() : CID->classmeth_begin(),
1194 E = IMD ? IMD->classmeth_end() : CID->classmeth_end();
1207 I = IMD ? IMD->propimpl_begin() : CID->propimpl_begin(),
1208 E = IMD ? IMD->propimpl_end() : CID->propimpl_end();
1210 RewritePropertyImplDecl(*I, IMD, CID);
1213 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");