Searched refs:ImplDecl (Results 1 – 2 of 2) sorted by relevance
1183 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local1185 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()1187 for (ObjCImplementationDecl::ivar_iterator I = ImplDecl->ivar_begin(), in all_declared_ivar_begin()1188 E = ImplDecl->ivar_end(); I != E; ++I) { in all_declared_ivar_begin()
1874 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local1875 count += ImplDecl->ivar_size(); in CountNonClassIvars()