Lines Matching refs:ObjCImplementationDecl

858   llvm::Constant *BuildIvarLayout(const ObjCImplementationDecl *OI,
866 void BuildAggrIvarLayout(const ObjCImplementationDecl *OI,
984 llvm::Constant *EmitClassExtension(const ObjCImplementationDecl *ID);
1004 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID,
1014 llvm::Constant *EmitMetaClass(const ObjCImplementationDecl *ID,
1116 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
1210 const ObjCImplementationDecl *ID);
1231 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID);
1313 void GetClassSizeInfo(const ObjCImplementationDecl *OID,
1373 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
2371 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) {
2393 for (ObjCImplementationDecl::instmeth_iterator
2398 for (ObjCImplementationDecl::classmeth_iterator
2404 for (ObjCImplementationDecl::propimpl_iterator
2470 llvm::Constant *CGObjCMac::EmitMetaClass(const ObjCImplementationDecl *ID,
2589 CGObjCMac::EmitClassExtension(const ObjCImplementationDecl *ID) {
2622 llvm::Constant *CGObjCMac::EmitIvarList(const ObjCImplementationDecl *ID,
3833 void CGObjCCommonMac::BuildAggrIvarLayout(const ObjCImplementationDecl *OI,
4143 const ObjCImplementationDecl *OMD,
4976 const ObjCImplementationDecl *ID) {
4995 for (ObjCImplementationDecl::classmeth_iterator
5002 for (ObjCImplementationDecl::instmeth_iterator
5007 for (ObjCImplementationDecl::propimpl_iterator
5102 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
5118 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
5472 const ObjCImplementationDecl *ID) {