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

Declarations

tools/lldb/include/lldb/Utility/ConstString.h
  372   void SetStringWithMangledCounterpart(llvm::StringRef demangled,

References

tools/lldb/source/Core/Mangled.cpp
  251       m_demangled.SetStringWithMangledCounterpart(context.GetBufferRef(),
  266         m_demangled.SetStringWithMangledCounterpart(llvm::StringRef(d),
  321         m_demangled.SetStringWithMangledCounterpart(
tools/lldb/unittests/Utility/ConstStringTest.cpp
   26   xyz.SetStringWithMangledCounterpart("xyz", uvw);
   39     some1.SetStringWithMangledCounterpart("some", ConstString(""));
   43     some2.SetStringWithMangledCounterpart("some", ConstString("one"));
   47     some2.SetStringWithMangledCounterpart("some", ConstString("one"));
   65   bar.SetStringWithMangledCounterpart(bar_ref, foo);