Home
last modified time | relevance | path

Searched refs:objcClass (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp57 if (other.IBCollInfo.objcClass) { in IBOutletCollectionInfo()
59 IBCollInfo.objcClass = &ClassInfo; in IBOutletCollectionInfo()
61 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
99 IBInfo.IBCollInfo.objcClass = nullptr; in AttrListInfo()
105 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo; in AttrListInfo()
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
534 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
560 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
564 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
DIndexingContext.h230 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/external/clang/include/clang-c/
DIndex.h5311 const CXIdxEntityInfo *objcClass; member
5382 const CXIdxEntityInfo *objcClass; member
/external/clang/tools/c-index-test/
Dc-index-test.c3000 CatInfo->objcClass); in index_indexDeclaration()