[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
authorRaphael Isemann <teemperor@gmail.com>
Wed, 20 Nov 2019 11:17:48 +0000 (12:17 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 20 Nov 2019 11:28:16 +0000 (12:28 +0100)
commit82800df4de1bfc5fc332fc60f399d50c444050fe
tree760e371c5bc244bc742b47a2ec4b00f859365df8
parent02e9113665602ca3a4b987a78db7147a648766d1
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext

Everything we pass to this function is already a DeclContext.
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Symbol/ClangASTContext.cpp