Is there anything odd or different about the methods that are missing from this list?
If you go to one of the missing methods, and then comment out the entire function above it, is the missing method now listed in the list? Sometimes this problem is caused by something in the function above confusing our parser. One known effect that can cause this is mismatched brackets, like this:
void functionWithMismatchedBrackets()
{
#if 0
{
{
#endif
}
If you are able to send me the file I can have a look and see if I can work out what is going on. I realise this is often not possible, but its worth asking on the off chance. If it is possible please submit the files via the form:
http://www.wholetomato.com/support/contact.asp
including this thread ID or URL in the description, so we can match it up.