Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp23 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument
26 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
28 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
DIndexingContext.h312 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,