Lines Matching refs:it
84 for ( command::Parse::ProjectIterator it = rCommand.ProjectsBegin(); in Perform() local
85 it != itEnd; in Perform()
86 ++it ) in Perform()
88 uintt nCount = GatherFiles( *pFiles, *(*it) ); in Perform()
91 << (*it)->Name() in Perform()
95 switch ( (*it)->Language().eLanguage ) in Perform()
205 StrIterator it; in GatherFiles() local
220 for ( it = rSources.aDirectories.begin(); in GatherFiles()
221 it != itDirsEnd; in GatherFiles()
222 ++it ) in GatherFiles()
225 aDir << *it; in GatherFiles()
236 for ( it = rSources.aTrees.begin(); in GatherFiles()
237 it != itTreesEnd; in GatherFiles()
238 ++it ) in GatherFiles()
241 aDir << *it; in GatherFiles()
252 for ( it = rSources.aFiles.begin(); in GatherFiles()
253 it != itFilesEnd; in GatherFiles()
254 ++it ) in GatherFiles()
257 aDir << *it; in GatherFiles()
354 for ( command::Parse::ProjectIterator it = rCmd.ProjectsBegin();
355 it != itEnd;
356 ++it )
359 uintt nCount = GatherFiles( *pFiles, rCmd, *(*it) );
362 << (*it)->Name()
367 switch ( Get_ProjectLanguage(rCmd, *(*it)).eLanguage )
371 Get_CppParser().Run( (*it)->Name(),
372 (*it)->RootDirectory(),
501 StrIterator it;
516 for ( it = rSources.aDirectories.begin();
517 it != itDirsEnd;
518 ++it )
521 aDir << *it;
532 for ( it = rSources.aTrees.begin();
533 it != itTreesEnd;
534 ++it )
537 aDir << *it;
548 for ( it = rSources.aFiles.begin();
549 it != itFilesEnd;
550 ++it )
553 aDir << *it;