Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp205 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument
207 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()
209 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp235 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument
238 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
240 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
DCXIndexDataConsumer.h311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,