Lines Matching defs:InfoInputCategory
334 struct InfoInputCategory {
427 mergeCategoriesIntoSingleCategory(std::vector<InfoInputCategory> &categories);
437 bool collectCategoryWriterInfoFromCategory(const InfoInputCategory &catInfo);
438 bool parseCatInfoToExtInfo(const InfoInputCategory &catInfo,
478 std::vector<InfoInputCategory> &categories);
497 // Map of base class Symbol to list of InfoInputCategory's for it
498 MapVector<const Symbol *, std::vector<InfoInputCategory>> categoryMap;
622 const InfoInputCategory &catInfo) {
789 bool ObjcCategoryMerger::parseCatInfoToExtInfo(const InfoInputCategory &catInfo,
1118 std::vector<InfoInputCategory> &categories) {
1200 InfoInputCategory catInputInfo{catListCisec, catBodyIsec, off, eLang};
1291 for (InfoInputCategory &catInfo : mapEntry.second) {
1307 for (InfoInputCategory &catInfo : mapEntry.second) {
1411 const Defined *baseClass, std::vector<InfoInputCategory> &categories) {