Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.h140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
HDCGObjCMac.cpp1212 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
1487 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
2891 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() function in CGObjCMac
5915 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() function in CGObjCNonFragileABIMac
HDCGObjCGNU.cpp505 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
2003 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() function in CGObjCGNU
HDCodeGenModule.cpp3327 ObjCRuntime->GenerateCategory(cast<ObjCCategoryImplDecl>(D)); in EmitTopLevelDecl()