Lines Matching refs:ObjCInterfaceDecl

871   SmallVector<const ObjCInterfaceDecl*, 16> ImplementedClasses;
999 const ObjCInterfaceDecl *ID,
1031 const ObjCInterfaceDecl *ClassReceiver,
1099 const ObjCInterfaceDecl *ID);
1107 llvm::Value *EmitSuperClassRef(const ObjCInterfaceDecl *ID);
1120 llvm::Constant *EmitMetaClassRef(const ObjCInterfaceDecl *ID);
1193 const ObjCInterfaceDecl *Class,
1199 Selector Sel, const ObjCInterfaceDecl *Class,
1205 const ObjCInterfaceDecl *ID) override;
1263 const ObjCInterfaceDecl *Interface,
1335 llvm::Constant *EmitIvarOffsetVar(const ObjCInterfaceDecl *ID,
1374 const ObjCInterfaceDecl *ID);
1378 const ObjCInterfaceDecl *ID);
1385 const ObjCInterfaceDecl *ID);
1390 const ObjCInterfaceDecl *ID, bool Weak);
1396 const ObjCInterfaceDecl *ID,
1406 llvm::Constant *GetInterfaceEHType(const ObjCInterfaceDecl *ID,
1447 if (const ObjCInterfaceDecl *ID = MD->getClassInterface()) in IsIvarOffsetKnownIdempotent()
1462 const ObjCInterfaceDecl *Class,
1468 Selector Sel, const ObjCInterfaceDecl *Class,
1474 const ObjCInterfaceDecl *ID) override;
1555 const ObjCInterfaceDecl *Interface,
1693 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
1696 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute()
1712 const ObjCInterfaceDecl *ID) { in GetClass()
1783 const ObjCInterfaceDecl *Class, in GenerateMessageSendSuper()
1848 const ObjCInterfaceDecl *Class, in GenerateMessageSend()
1856 static bool isWeakLinkedClass(const ObjCInterfaceDecl *ID) { in isWeakLinkedClass()
1875 const ObjCInterfaceDecl *ClassReceiver, in EmitMessageSend()
2688 const ObjCInterfaceDecl *ID, in EmitClassRefViaRuntime()
2963 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in EmitPropertyList()
2982 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList()
3093 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory()
3261 ObjCInterfaceDecl *Interface = in GenerateClass()
3262 const_cast<ObjCInterfaceDecl*>(ID->getClassInterface()); in GenerateClass()
3309 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass()
3367 const ObjCInterfaceDecl *Root = ID->getClassInterface(); in EmitMetaClass()
3368 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass()
3376 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass()
3424 llvm::Constant *CGObjCMac::EmitMetaClassRef(const ObjCInterfaceDecl *ID) { in EmitMetaClassRef()
3446 llvm::Value *CGObjCMac::EmitSuperClassRef(const ObjCInterfaceDecl *ID) { in EmitSuperClassRef()
3528 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList()
4234 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()
4487 const ObjCInterfaceDecl *ID = in EmitObjCValueForIvar()
4494 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
4624 const ObjCInterfaceDecl *ID = ImplementedClasses[i]; in EmitModuleSymbols()
4672 const ObjCInterfaceDecl *ID) { in EmitClassRef()
5002 const ObjCInterfaceDecl *OI = OMD->getClassInterface(); in BuildIvarLayout()
5725 const ObjCInterfaceDecl *ID = ImplementedClasses[i]; in FinishNonFragileABIModule()
5885 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer()
6034 const ObjCInterfaceDecl *Root = ID->getClassInterface(); in GenerateClass()
6035 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass()
6169 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory()
6318 CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID, in ObjCIvarOffsetVariable()
6321 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6336 CGObjCNonFragileABIMac::EmitIvarOffsetVar(const ObjCInterfaceDecl *ID, in EmitIvarOffsetVar()
6379 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList()
6681 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
6689 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
6851 const ObjCInterfaceDecl *Class, in GenerateMessageSend()
6882 const ObjCInterfaceDecl *ID) { in EmitClassRefFromId()
6901 const ObjCInterfaceDecl *ID) { in EmitClassRef()
6918 const ObjCInterfaceDecl *ID) { in EmitSuperClassRef()
6941 const ObjCInterfaceDecl *ID, in EmitMetaClassRef()
6966 const ObjCInterfaceDecl *ID) { in GetClass()
6986 const ObjCInterfaceDecl *Class, in GenerateMessageSendSuper()
7235 CGObjCNonFragileABIMac::GetInterfaceEHType(const ObjCInterfaceDecl *ID, in GetInterfaceEHType()