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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1899   bool ClassImplementsProtocol(ObjCProtocolDecl *lProto,

References

tools/clang/lib/AST/ASTContext.cpp
 4757       if (!IC->ClassImplementsProtocol(Proto, false))
 8046           if (!rhsID->ClassImplementsProtocol(I, true))
 8074           if (rhsID->ClassImplementsProtocol(I, true)) {
tools/clang/lib/AST/DeclObjC.cpp
 1735   IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory,
tools/clang/lib/Sema/SemaObjCProperty.cpp
  605           if (IDecl->ClassImplementsProtocol(PNSCopying, true))