Lines Matching defs:OID
940 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
941 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
956 RewriteObjCMethodDecl(OID->getContainingInterface(),
962 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
992 RewriteIvarOffsetComputation(OID, Getr);
996 Getr += "return " + getIvarAccessString(OID);
1016 RewriteObjCMethodDecl(OID->getContainingInterface(),
1023 RewriteIvarOffsetComputation(OID, Setr);
1037 Setr += getIvarAccessString(OID) + " = ";
1333 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) {
1334 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID);
1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID);
6990 const ObjCInterfaceDecl *OID) {
6991 if (OID->hasAttr<ObjCExceptionAttr>())
6993 if (const ObjCInterfaceDecl *Super = OID->getSuperClass())