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

References

tools/clang/lib/AST/DeclPrinter.cpp
 1398   const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
tools/clang/lib/Index/IndexDecl.cpp
  418       TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6225           Protocol->getReferencedProtocols();
 7488         Protocol->getReferencedProtocols();
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1200             PDecl->getLocation(), PDecl->getReferencedProtocols()))
 4240     search(protocol->getReferencedProtocols());
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  732                                       ? D->getReferencedProtocols()