This patch adds support for importing two different kinds of AST nodes. The patch also adds an AST Matcher for cxxDependentScopeMemberExpr to support the addition of three new unit tests.
This fixes an issue where Clang would error out with "Unsupported AST node..." when attempting to import programs containing these nodes.
I'd prefer to have a discussion with ASTMatcher developers (@aaron.ballman, @klimek) first. Maybe it is better to place this matcher into ASTImporterTest.cpp - as I understand, it will be used very rarely.