Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp375 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument
378 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()
380 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp238 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument
241 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
243 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
H A DCXIndexDataConsumer.h309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,