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

References

tools/lldb/unittests/Core/RichManglingContextTest.cpp
   43   EXPECT_TRUE(CxxMethodRMC.FromCxxMethodName(demangled));
   45   EXPECT_TRUE(ItaniumRMC.IsFunction() == CxxMethodRMC.IsFunction());
   46   EXPECT_TRUE(ItaniumRMC.IsCtorOrDtor() == CxxMethodRMC.IsCtorOrDtor());
   49   CxxMethodRMC.ParseFunctionDeclContextName();
   50   EXPECT_TRUE(ItaniumRMC.GetBufferRef() == CxxMethodRMC.GetBufferRef());
   53   CxxMethodRMC.ParseFunctionBaseName();
   54   EXPECT_TRUE(ItaniumRMC.GetBufferRef() == CxxMethodRMC.GetBufferRef());
   57   CxxMethodRMC.ParseFullName();
   58   EXPECT_TRUE(ItaniumRMC.GetBufferRef() == CxxMethodRMC.GetBufferRef());