Searched refs:hasObjCCategoryInModule (Results 1 – 2 of 2) sorted by relevance
457 ErrorOr<bool> hasObjCCategoryInModule();4224 return hasObjCCategoryInModule(); in hasObjCCategory()4238 ErrorOr<bool> BitcodeReader::hasObjCCategoryInModule() { in hasObjCCategoryInModule() function in BitcodeReader
239 static Expected<bool> hasObjCCategoryInModule(BitstreamCursor &Stream) { in hasObjCCategoryInModule() function294 return hasObjCCategoryInModule(Stream); in hasObjCCategory()