[lldb][FormatEntity][NFC] Move function argument parsing code into separate functions
authorMichael Buch <michaelbuch12@gmail.com>
Wed, 26 Oct 2022 16:13:00 +0000 (17:13 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 31 Oct 2022 12:25:18 +0000 (12:25 +0000)
commitd0bf48c7b179027d978c479167e23825b8d0c4f6
treefd86396dd88bfbda53a40d4a59f165db9129ab73
parent66b830889d9bc4bfc58aa1ea47d1b3a7cbee7c5c
[lldb][FormatEntity][NFC] Move function argument parsing code into separate functions

Hopefully makes the code more readable and allows
us to re-use argument pretty-printing code from
the `CPlusPlusLanguage` plugin in a follow-up commit.

Differential Revision: https://reviews.llvm.org/D136934
lldb/include/lldb/Core/FormatEntity.h
lldb/source/Core/FormatEntity.cpp