Lines Matching refs:ObjCCatDeclInfo
528 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategory()
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
531 CatDInfo.ObjCCatDeclInfo.classCursor = in handleObjCCategory()
534 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
535 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor(); in handleObjCCategory()
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
539 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo; in handleObjCCategory()
558 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategoryImpl()
560 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
561 CatDInfo.ObjCCatDeclInfo.classCursor = in handleObjCCategoryImpl()
564 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
565 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor(); in handleObjCCategoryImpl()
567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
568 CatDInfo.ObjCCatDeclInfo.protocols = nullptr; in handleObjCCategoryImpl()