When I use a function which does not exist in the class, then VAX still may show a definition for it. It seems that VAX just finds the next matching name, where ever it is defined.
My CFileT class does not contain ReadString(), but VAX shows ReadString from CArchive (MFC class, which is not even used in my workspace).