Modernize the rest of the Find.* API (NFC)

This patch removes the size_t return value and the append parameter
from the remainder of the Find.* functions in LLDB's internal API. As
in the previous patches, this is motivated by the fact that these
parameters aren't really used, and in the case of the append parameter
were frequently implemented incorrectly.

Differential Revision: https://reviews.llvm.org/D69119

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375160 91177308-0d34-0410-b5e6-96231b3b80d8
52 files changed