Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp275 virtual llvm::Constant *GenerateCategoryProtocolList(const
1193 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() function in __anon128dbe400111::CGObjCGNUstep2
3328 llvm::Constant *CGObjCGNU::GenerateCategoryProtocolList(const in GenerateCategoryProtocolList() function in CGObjCGNU
3367 Elements.addBitCast(GenerateCategoryProtocolList(CatDecl), PtrTy); in GenerateCategory()