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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  579   llvm::Error SetItem(const llvm::Twine &key, const PythonObject &value) const;

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1525   if (Error error = globals.SetItem("__builtins__", builtins))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  633   llvm::Error error = globals.SetItem("__builtins__", builtins);