Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp70 m_needs_object_ptr (false), in ClangUserExpression()
192 m_needs_object_ptr = true; in ScanContext()
223 m_needs_object_ptr = true; in ScanContext()
266 m_needs_object_ptr = true; in ScanContext()
315 m_needs_object_ptr = true; in ScanContext()
326 m_needs_object_ptr = true; in ScanContext()
623 if (m_needs_object_ptr) in PrepareToExecuteJITExpression()
745 (m_needs_object_ptr ? &object_ptr : NULL), in GetThreadPlanToExecuteJITExpression()
746 … (m_needs_object_ptr && m_objectivec) ? &cmd_ptr : NULL); in GetThreadPlanToExecuteJITExpression()
830 if (m_needs_object_ptr) in Execute()
[all …]
/external/lldb/include/lldb/Expression/
DClangUserExpression.h421 …bool m_needs_object_ptr; ///< True if "this" or "self" … variable