Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IMD

275                                  ObjCImplementationDecl *IMD,
769 ObjCImplementationDecl *IMD,
1177 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID);
1180 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1183 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1184 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1198 I = IMD ? IMD->classmeth_begin() : CID->classmeth_begin(),
1199 E = IMD ? IMD->classmeth_end() : CID->classmeth_end();
1212 I = IMD ? IMD->propimpl_begin() : CID->propimpl_begin(),
1213 E = IMD ? IMD->propimpl_end() : CID->propimpl_end();
1215 RewritePropertyImplDecl(*I, IMD, CID);
1218 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");