[lldb] Split ClangASTSource::CompleteType
authorPavel Labath <pavel@labath.sk>
Tue, 23 Jun 2020 09:35:08 +0000 (11:35 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 23 Jun 2020 09:47:52 +0000 (11:47 +0200)
commit5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5
treee61c1759056e18e7e6926b7020e9d6466d8e0911
parent4c257bb44e7216961cb46d22d4a53844919c8ed0
[lldb] Split ClangASTSource::CompleteType

Move the part of the code which is responsible for finding a complete
definition of the type into a separate function (FindCompleteType). This
is split off from D81561, as it's a generally useful cleanup.

No functional change.
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h