Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp271 virtual llvm::Constant *GenerateCategoryProtocolList(const
1192 llvm::Constant *GenerateCategoryProtocolList(const ObjCCategoryDecl *OCD) in GenerateCategoryProtocolList() function in __anond88e11280111::CGObjCGNUstep2
3246 llvm::Constant *CGObjCGNU::GenerateCategoryProtocolList(const in GenerateCategoryProtocolList() function in CGObjCGNU
3285 Elements.addBitCast(GenerateCategoryProtocolList(CatDecl), PtrTy); in GenerateCategory()