{
final Set< Integer > ignoredLines = new HashSet< Integer >();
for ( final String functionName : privateFunctions.keySet() )
{
final IFunction function = privateFunctions.get( functionName );
ignoredLines.clear();
ignoredLines.add( getNameFromFunctionDeclaration( function.getInternalNode() ).getLine() );
if ( getCurrentFile() instanceof IAs3File
|| !getCurrentFile().contains( functionName,
ignoredLines ) )
{