This patch adds support for importing AST nodes of type UnresolvedLookupExpr, as well as a test for such an import. This resolves an issue where attempting to import UnresolvedLookupExprs would cause Clang to error out with "cannot import unsupported AST node UnresolvedLookupExpr".
This patch depends on D26904.
Commented in D27181 that usage of ImportDeclarationNameLoc look different in different places.