Lines Matching defs:IvarDecl
529 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
532 if (IvarDecl->getContainingInterface() !=
558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface();
569 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
576 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl
632 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
636 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
878 const ObjCIvarDecl *IvarDecl;
880 if (!isSynthesizedRetainableProperty(PropImpl, &IvarDecl, &PropDecl))
1062 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl();
1063 if (!IvarDecl->hasAttr<IBOutletAttr>())
1067 IvarDecl->getASTContext().getTargetInfo().getTriple();