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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  292   bool HasAttribute(llvm::StringRef attribute) const;

References

tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  594   EXPECT_TRUE(py_int.HasAttribute("numerator"));
  595   EXPECT_FALSE(py_int.HasAttribute("this_should_not_exist"));