Home
last modified time | relevance | path

Searched refs:InitializePythonRAII (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp92 struct InitializePythonRAII { struct
94 InitializePythonRAII() { in InitializePythonRAII() function
143 ~InitializePythonRAII() { in ~InitializePythonRAII() argument
3117 InitializePythonRAII initialize_guard; in Initialize()