Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h300 struct ObjCProtocolListInfo { struct
311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList, argument
DCXIndexDataConsumer.cpp234 CXIndexDataConsumer::ObjCProtocolListInfo::ObjCProtocolListInfo( in ObjCProtocolListInfo() function in CXIndexDataConsumer::ObjCProtocolListInfo
683 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition() in handleObjCInterface()
724 ObjCProtocolListInfo ProtListInfo(D->isThisDeclarationADefinition() in handleObjCProtocol()
749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()