Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OID

1416   void GetClassSizeInfo(const ObjCImplementationDecl *OID,
1700 const ObjCInterfaceDecl *OID) {
1701 if (OID->hasAttr<ObjCExceptionAttr>())
1703 if (const ObjCInterfaceDecl *Super = OID->getSuperClass())
2824 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) {
2826 P = OID->all_referenced_protocol_begin(),
2827 E = OID->all_referenced_protocol_end(); P != E; ++P)
3316 const ObjCInterfaceDecl *OID = ID->getClassInterface();
3318 for (const ObjCIvarDecl *IVD = OID->all_declared_ivar_begin();
3327 ComputeIvarBaseOffset(CGM, OID, IVD))
5699 const ObjCInterfaceDecl *OID = ID->getClassInterface();
5700 assert(OID && "CGObjCNonFragileABIMac::BuildClassRoTInitializer");
5702 + OID->getName(),
5703 OID->all_referenced_protocol_begin(),
5704 OID->all_referenced_protocol_end());
5774 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
5778 CGM.getContext().getASTObjCImplementationLayout(OID);
6167 const ObjCInterfaceDecl *OID = ID->getClassInterface();
6168 assert(OID && "CGObjCNonFragileABIMac::EmitIvarList - null interface");
6172 for (const ObjCIvarDecl *IVD = OID->all_declared_ivar_begin();
6214 Prefix + OID->getName());