Searched refs:ImplDecl (Results 1 – 3 of 3) sorted by relevance
402 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local404 if (ImplDecl) { in createObjCPropertyGetter()405 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
1521 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local1523 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()1525 for (auto *IV : ImplDecl->ivars()) { in all_declared_ivar_begin()
2014 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local2015 count += ImplDecl->ivar_size(); in CountNonClassIvars()