Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h475 std::unique_ptr<ScriptInterpreter> m_script_interpreter_ap; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp108 m_script_interpreter_ap (), in CommandInterpreter()
2643 if (m_script_interpreter_ap.get() != NULL) in GetScriptInterpreter()
2644 return m_script_interpreter_ap.get(); in GetScriptInterpreter()
2668 m_script_interpreter_ap.reset (new ScriptInterpreterPython (*this)); in GetScriptInterpreter()
2674 m_script_interpreter_ap.reset (new ScriptInterpreterNone (*this)); in GetScriptInterpreter()
2678 return m_script_interpreter_ap.get(); in GetScriptInterpreter()