[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
authorRaphael Isemann <teemperor@gmail.com>
Sun, 29 Dec 2019 19:10:29 +0000 (20:10 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Sun, 29 Dec 2019 19:27:05 +0000 (20:27 +0100)
commit0007f9da7c0c780e2466759c1e53b1109a54e400
treeb7ccd53a760e40255e47cd7ece1d78b4da60de02
parentc926d96fcab1e965ada6e045f762a73928d58c82
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType

We can always call the member function version of this function.
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
lldb/source/Symbol/ClangASTContext.cpp