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

Declarations

tools/lldb/include/lldb/Core/RichManglingContext.h
   46   bool IsFunction() const;

References

tools/lldb/unittests/Core/RichManglingContextTest.cpp
   23   EXPECT_TRUE(RMC.IsFunction());
   45   EXPECT_TRUE(ItaniumRMC.IsFunction() == CxxMethodRMC.IsFunction());
   45   EXPECT_TRUE(ItaniumRMC.IsFunction() == CxxMethodRMC.IsFunction());
   66     EXPECT_FALSE(CxxMethodRMC.IsFunction());
   76     EXPECT_TRUE(CxxMethodRMC.IsFunction());