Searched refs:ObjCProtoListInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h144 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member in struct:clang::cxindex::ObjCInterfaceDeclInfo
175 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member in struct:clang::cxindex::ObjCCategoryDeclInfo
H A DIndexingContext.cpp391 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
394 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
462 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
463 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;

Completed in 49 milliseconds