Lines Matching refs:it
24 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~SectionsCmd() local
25 if (*it != NULL) in ~SectionsCmd()
26 delete *it; in ~SectionsCmd()
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
34 switch ((*it)->getKind()) { in dump()
39 (*it)->dump(); in dump()
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
68 switch ((*it)->getKind()) { in activate()
70 (*it)->activate(pModule); in activate()
73 assignments.push_back(*it); in activate()
76 (*it)->activate(pModule); in activate()