Searched refs:CatInfo (Results 1 – 3 of 3) sorted by relevance
760 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local761 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()781 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local782 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
3747 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local3796 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()3798 CatInfo->objcClass); in index_indexDeclaration()3800 PrintCursor(CatInfo->classCursor, NULL); in index_indexDeclaration()3802 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
4217 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local4218 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()