Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h147 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member
176 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member
DCXIndexDataConsumer.cpp689 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCInterface()
693 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo; in handleObjCInterface()
761 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
762 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo; in handleObjCCategory()