Searched refs:CatInfo (Results 1 – 3 of 3) sorted by relevance
729 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local730 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()750 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local751 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
3164 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local3213 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()3215 CatInfo->objcClass); in index_indexDeclaration()3217 PrintCursor(CatInfo->classCursor, NULL); in index_indexDeclaration()3219 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
3864 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local3865 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()