Implemented the
VisitSubstTemplateTypeParmType
VisitDependentNameType
VisitDependentSizedArrayType
functions in the ASTImporter class and also added the necessary tests.
Also made a necessary change in the VisitFunctionDecl function to support the dependent name type parameters.
Note: These changes request the ASTNodeImporter::VisitTemplateTypeParmType function to be implemented, (and the Import of the Class template definition to be enabled in order to test them).