[Note: This is not a standalone review, but a split out part of D101950.
I just split it out to make it easier to review.]
This patch just removes an LLDB-specific workaround from the ASTImporter.
We no longer require any workarounds that manually pull in definitions since
D101950 now does that automatically for us (by actually listening to all the
callbacks we get from Clang towards LLDB's custom ExternalASTSource).