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

Declarations

tools/lldb/include/lldb/Core/RichManglingContext.h
   36   bool FromItaniumName(ConstString mangled);

References

tools/lldb/source/Core/Mangled.cpp
  247     if (context.FromItaniumName(m_mangled)) {
tools/lldb/unittests/Core/RichManglingContextTest.cpp
   21   EXPECT_TRUE(RMC.FromItaniumName(mangled));
   39   EXPECT_TRUE(ItaniumRMC.FromItaniumName(mangled));
   89   EXPECT_TRUE(RMC.FromItaniumName(ConstString(mangled)));
   97   EXPECT_TRUE(RMC.FromItaniumName(ConstString(mangled)));
  126   EXPECT_TRUE(RMC.FromItaniumName(ConstString(ShortMangled)));
  131   EXPECT_TRUE(RMC.FromItaniumName(ConstString(LongMangled)));