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

/external/lldb/include/lldb/Expression/
H A DClangUserExpression.h408 bool m_allow_objc; ///< True if the language allows Objective-C. member in class:lldb_private::ClangUserExpression
/external/lldb/source/Expression/
H A DClangUserExpression.cpp82 m_allow_objc = true;
87 m_allow_objc = true;
121 if (!(m_allow_cxx || m_allow_objc))
197 if (m_allow_objc)

Completed in 48 milliseconds