Searched refs:GenerateCategory (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h141 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
H A DCGObjCMac.cpp1114 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD);
1371 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD);
2271 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { function in class:CGObjCMac
5265 /// GenerateCategory - Build metadata for a category implementation.
5275 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { function in class:CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp466 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD);
1869 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { function in class:CGObjCGNU
H A DCodeGenModule.cpp2610 ObjCRuntime->GenerateCategory(cast<ObjCCategoryImplDecl>(D));

Completed in 459 milliseconds