Searched refs:ImplDecl (Results 1 – 4 of 4) sorted by relevance
407 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) { in findBackingIvar() local408 PrimaryInterface = ImplDecl->getClassInterface(); in findBackingIvar()441 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local443 if (ImplDecl) { in createObjCPropertyGetter()444 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
565 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() local568 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()575 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl in diagnoseMissingReleases()
1555 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local1557 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()1559 for (auto *IV : ImplDecl->ivars()) { in all_declared_ivar_begin()
2012 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local2013 count += ImplDecl->ivar_size(); in CountNonClassIvars()