Home | History | Annotate | Download | only in libclang

Lines Matching refs:ObjCCatDeclInfo

757   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
759 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
760 CatDInfo.ObjCCatDeclInfo.classCursor =
763 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
764 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
766 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
768 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
787 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
789 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
790 CatDInfo.ObjCCatDeclInfo.classCursor =
793 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
794 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
796 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
797 CatDInfo.ObjCCatDeclInfo.protocols = nullptr;