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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2270   void CollectInheritedProtocols(const Decl *CDecl,

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  850   Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols);
tools/clang/lib/AST/ASTContext.cpp
 2375       CollectInheritedProtocols(Proto, Protocols);
 2380       CollectInheritedProtocols(Cat, Protocols);
 2384         CollectInheritedProtocols(SD, Protocols);
 2389       CollectInheritedProtocols(Proto, Protocols);
 2398       CollectInheritedProtocols(Proto, Protocols);
 4778   CollectInheritedProtocols(IDecl, InheritedProtocols);
 8114       CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
 8274     Context.CollectInheritedProtocols(proto, LHSProtocolSet);
 8278   Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet);
 8285     Context.CollectInheritedProtocols(proto, RHSProtocolSet);
 8289   Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet);
 8300   Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols);
 8524     CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols);
 8528       CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1496       Context.CollectInheritedProtocols(baseClass, knownProtocols);