Searched defs:ProtList (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp23 const ObjCProtocolList &ProtList,
26 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin();
28 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) {
22 ObjCProtocolListInfo( const ObjCProtocolList &ProtList, IndexingContext &IdxCtx, ScratchAlloc &SA) argument

Completed in 18 milliseconds