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

Declarations

tools/lldb/include/lldb/Core/RichManglingContext.h
   43   bool IsCtorOrDtor() const;

References

tools/lldb/source/Symbol/Symtab.cpp
  377   if (rmc.IsCtorOrDtor()) {
tools/lldb/unittests/Core/RichManglingContextTest.cpp
   24   EXPECT_FALSE(RMC.IsCtorOrDtor());
   46   EXPECT_TRUE(ItaniumRMC.IsCtorOrDtor() == CxxMethodRMC.IsCtorOrDtor());
   46   EXPECT_TRUE(ItaniumRMC.IsCtorOrDtor() == CxxMethodRMC.IsCtorOrDtor());