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

References

tools/clang/include/clang/AST/DeclObjC.h
 1388     return data().ReferencedProtocols.end();
 1451              : data().AllReferencedProtocols.end();
 2143     return data().ReferencedProtocols.end();
 2363   protocol_iterator protocol_end() const { return ReferencedProtocols.end(); }
tools/clang/lib/AST/DeclObjC.cpp
  720         for (auto *Protocol : Protocols)
tools/clang/lib/AST/DeclPrinter.cpp
 1363          E = Protocols.end(); I != E; ++I)
 1402          E = Protocols.end(); I != E; ++I)
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1189     for (const auto *PI : OCD->getReferencedProtocols())
 3222   for (const auto *PD : OCD->getReferencedProtocols())
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 7059        E = Protocols.end();
tools/clang/lib/Index/IndexDecl.cpp
  372          I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6227                                                 E = Protocols.end();
 6252                                               E = Protocols.end();
 7444                                               E = Protocols.end();
 7467                                               E = Protocols.end();
 7490                                               E = Protocols.end();
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1187        E = PList.end(); I != E; ++I) {
 4290     for (const auto *Proto : protocols)
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  752            PEnd = Data.AllReferencedProtocols.end();
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  243          I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) {