Searched refs:m_persistent_variables (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DTarget.h982 return m_persistent_variables;
1200 ClangPersistentVariables m_persistent_variables; ///< These are the persistent variables associated with this process for the expression parser. member in class:lldb_private::Target
/external/lldb/source/Target/
H A DTarget.cpp82 m_persistent_variables (),
207 m_persistent_variables.Clear();
1868 persistent_var_sp = m_persistent_variables.GetVariable (expr_cstr);

Completed in 130 milliseconds