Searched refs:CatInfo (Results 1 – 3 of 3) sorted by relevance
599 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local600 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()620 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local621 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
1892 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local1936 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()1938 CatInfo->objcClass); in index_indexDeclaration()1940 PrintCursor(CatInfo->classCursor); in index_indexDeclaration()1942 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
3016 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local3017 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()