Home
last modified time | relevance | path

Searched refs:ObjCCatDeclInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp528 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()
[all …]
DIndexing.cpp807 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()
828 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
DIndexingContext.h174 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo; member