Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()