Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h160 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo { struct
163 ObjCProtocolDeclInfo(const ObjCProtocolDecl *D) in ObjCProtocolDeclInfo() function
DIndexing.cpp746 if (const ObjCProtocolDeclInfo * in clang_index_getObjCProtocolRefListInfo()
747 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo()
DCXIndexDataConsumer.cpp729 ObjCProtocolDeclInfo ProtInfo(D); in handleObjCProtocol()