reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclObjC.h
 1188     ObjCProtocolList ReferencedProtocols;
 1340   const ObjCProtocolList &getReferencedProtocols() const {
 1362   using protocol_iterator = ObjCProtocolList::iterator;
 1391   using protocol_loc_iterator = ObjCProtocolList::loc_iterator;
 2070     ObjCProtocolList ReferencedProtocols;
 2120   const ObjCProtocolList &getReferencedProtocols() const {
 2125   using protocol_iterator = ObjCProtocolList::iterator;
 2146   using protocol_loc_iterator = ObjCProtocolList::loc_iterator;
 2287   ObjCProtocolList ReferencedProtocols;
 2348   const ObjCProtocolList &getReferencedProtocols() const {
 2352   using protocol_iterator = ObjCProtocolList::iterator;
 2366   using protocol_loc_iterator = ObjCProtocolList::loc_iterator;
tools/clang/lib/Index/IndexDecl.cpp
  367   bool handleReferencedProtocols(const ObjCProtocolList &ProtList,
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4289   void search(const ObjCProtocolList &protocols) {
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  238                                     const ObjCProtocolList &ProtList,
  689   ObjCProtocolList EmptyProtoList;
  730   ObjCProtocolList EmptyProtoList;
tools/clang/tools/libclang/CXIndexDataConsumer.h
  309     ObjCProtocolListInfo(const ObjCProtocolList &ProtList,