[lldb] Fix compilation of SymbolFilePDBTests.cpp after FindTypes API change
authorRaphael Isemann <teemperor@gmail.com>
Tue, 18 Feb 2020 09:51:13 +0000 (10:51 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 18 Feb 2020 09:52:02 +0000 (10:52 +0100)
commit7d13812329ba8aadebc27f30613e79b0ca1bec5f
treeef51b7fdf3ea6fc4c819847d899179bc985469bc
parent0863f6757953684400162f2ad418f3e8e28af278
[lldb] Fix compilation of SymbolFilePDBTests.cpp after FindTypes API change

Since f9568a95493aea3ea813bd37cb8c084ec4294e38 this function takes a
CompilerDeclContext reference instead of a pointer.
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp