reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/ConstString.h
  392   bool GetMangledCounterpart(ConstString &counterpart) const;

References

tools/lldb/source/Core/Mangled.cpp
  262     if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) {
  305         !m_mangled.GetMangledCounterpart(m_demangled)) {
tools/lldb/unittests/Utility/ConstStringTest.cpp
   22   EXPECT_FALSE(uvw.GetMangledCounterpart(counterpart));
   29   EXPECT_TRUE(xyz.GetMangledCounterpart(counterpart));
   32   EXPECT_TRUE(uvw.GetMangledCounterpart(counterpart));
   51     EXPECT_TRUE(ConstString("some").GetMangledCounterpart(counterpart));
   69   EXPECT_TRUE(bar.GetMangledCounterpart(counterpart));
   72   EXPECT_TRUE(foo.GetMangledCounterpart(counterpart));