Lines Matching refs:OID
950 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
951 assert(IMD && OID && "Synthesized ivars must be attached to @implementation"); in RewritePropertyImplDecl()
965 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
1001 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl()
1005 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl()
1025 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
1032 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl()
1046 Setr += getIvarAccessString(OID) + " = "; in RewritePropertyImplDecl()
1357 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl() argument
1358 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl()
1359 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl()
7150 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute() argument
7151 if (OID->hasAttr<ObjCExceptionAttr>()) in hasObjCExceptionAttribute()
7153 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute()