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

References

tools/clang/lib/AST/ASTContext.cpp
 2374     for (auto *Proto : OI->all_referenced_protocols()) {
tools/clang/lib/AST/DeclObjC.cpp
  156     for (const auto *Proto : ID->all_referenced_protocols())
  281       for (const auto *I : OID->all_referenced_protocols())
  384   for (const auto *I : all_referenced_protocols())
  405   for (const auto *PI : all_referenced_protocols())
  451     for (auto *Proto : all_referenced_protocols()) {
  671   for (auto *P : all_referenced_protocols())
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3329     for (const auto *P : OID->all_referenced_protocols())
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3279     for (const auto *P : OID->all_referenced_protocols())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4634     for (auto *I : IFace->all_referenced_protocols())
tools/clang/lib/Sema/SemaDeclObjC.cpp
 2664   for (const auto *I : Super->all_referenced_protocols())
 2894     for (auto *PI : I->all_referenced_protocols())
 3011     for (auto *PI : I->all_referenced_protocols())
tools/clang/lib/Sema/SemaExprObjC.cpp
 2634     for (const ObjCProtocolDecl *P : RootClass->all_referenced_protocols()) {
tools/clang/lib/Sema/SemaLookup.cpp
 3896       for (auto *I : IFace->all_referenced_protocols()) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
  259       for (auto *P : IFace->all_referenced_protocols()) {
  840   for (const auto *PI : ClassDecl->all_referenced_protocols()) {
  847       for (const auto *PI : SDecl->all_referenced_protocols()) {
 1031   for (const auto *Proto : OrigClass->all_referenced_protocols()) {
 1720       for (auto *PI : IDecl->all_referenced_protocols())
 2009     for (auto *PDecl : IDecl->all_referenced_protocols()) {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  835     for (const auto *P : OD->all_referenced_protocols()) {