Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp390 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument
393 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()
395 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp243 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument
246 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
248 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
H A DCXIndexDataConsumer.h309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,