Searched refs:ObjCCatDeclInfo (Results 1 – 3 of 3) sorted by relevance
751 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategory()753 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()754 CatDInfo.ObjCCatDeclInfo.classCursor = in handleObjCCategory()757 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()758 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor(); in handleObjCCategory()760 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()762 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo; in handleObjCCategory()781 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategoryImpl()783 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()784 CatDInfo.ObjCCatDeclInfo.classCursor = in handleObjCCategoryImpl()[all …]
730 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()751 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
175 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo; member