[lldb] Take StringRef name in GetIndexOfChildWithName (NFC)
commit5dae706259da2ef8d51439e29a8764461da63cf7
authorDave Lee <davelee.com@gmail.com>
Sun, 28 May 2023 22:52:06 +0000 (28 15:52 -0700)
committerDave Lee <davelee.com@gmail.com>
Fri, 2 Jun 2023 03:24:01 +0000 (1 20:24 -0700)
tree70b991678a5cc48433479b8337d6e59337559f63
parent45307f1b0d27831206b2e8d9bb95d0cd64f3a922
[lldb] Take StringRef name in GetIndexOfChildWithName (NFC)

As with D151615, which changed `GetIndexOfChildMemberWithName` to take a `StringRef`
instead of a `ConstString`, this change does the same for `GetIndexOfChildWithName`.

Differential Revision: https://reviews.llvm.org/D151811
13 files changed:
lldb/include/lldb/Core/ValueObject.h
lldb/include/lldb/Core/ValueObjectRegister.h
lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/API/SBValue.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Core/ValueObjectRegister.cpp
lldb/source/Core/ValueObjectSyntheticFilter.cpp
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/CompilerType.cpp