mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
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