When parsing functions, we use the VisitChildren pattern to get parameter names of functions. It does not work when the parent is a compatible cursor like ClassDecl. This commit recovers a previous method of doing this by using the GetArgType() function to directly get the type of the argument.