Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.h145 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member
174 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; member
DCXIndexDataConsumer.cpp702 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCInterface()
706 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo; in handleObjCInterface()
774 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
775 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo; in handleObjCCategory()