Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp68 m_objectivec (false), in ClangUserExpression()
222 m_objectivec = true; in ScanContext()
314 m_objectivec = true; in ScanContext()
325 m_objectivec = true; in ScanContext()
454 else if(m_objectivec) in Parse()
631 else if (m_objectivec) in PrepareToExecuteJITExpression()
651 if (m_objectivec) in PrepareToExecuteJITExpression()
746 … (m_needs_object_ptr && m_objectivec) ? &cmd_ptr : NULL); in GetThreadPlanToExecuteJITExpression()
834 if (m_objectivec) in Execute()
870 … ((m_needs_object_ptr && m_objectivec) ? &cmd_ptr : NULL), in Execute()
/external/lldb/include/lldb/Expression/
DClangUserExpression.h419 …bool m_objectivec; ///< True if the expression is… variable