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

/external/clang/tools/libclang/
H A DIndexingContext.h143 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member in struct:clang::cxindex::ObjCInterfaceDeclInfo
172 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member in struct:clang::cxindex::ObjCCategoryDeclInfo
H A DIndexingContext.cpp466 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
470 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
538 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
539 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;

Completed in 708 milliseconds