Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OID

962   ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
963 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
977 RewriteObjCMethodDecl(OID->getContainingInterface(),
983 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
1013 RewriteIvarOffsetComputation(OID, Getr);
1017 Getr += "return " + getIvarAccessString(OID);
1037 RewriteObjCMethodDecl(OID->getContainingInterface(),
1044 RewriteIvarOffsetComputation(OID, Setr);
1058 Setr += getIvarAccessString(OID) + " = ";
1369 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) {
1370 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID);
1371 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID);
7177 const ObjCInterfaceDecl *OID) {
7178 if (OID->hasAttr<ObjCExceptionAttr>())
7180 if (const ObjCInterfaceDecl *Super = OID->getSuperClass())