[lldb][NFC] Remove TypeSystemClang::GetASTContext calls in IRForTarget
authorRaphael Isemann <teemperor@gmail.com>
Thu, 30 Jan 2020 10:53:41 +0000 (11:53 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 30 Jan 2020 11:07:19 +0000 (12:07 +0100)
commitdf8a986f533d6b1726e79acfa53ba854943704c3
treec6d542921026564a73230a77f8c6b871a3760351
parent5f8e51a9d4a36cfd9e8f934a351865680927d10e
[lldb][NFC] Remove TypeSystemClang::GetASTContext calls in IRForTarget

Similar to previous commits, this just replaces the lookup in the
global map with the reference to the TypeSystemClang instance we already
have in this context.
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp