HomeSort by relevance Sort by last modified time
    Searched refs:m_allow_cxx (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 407 bool m_allow_cxx; ///< True if the language allows C++. member in class:lldb_private::ClangUserExpression
  /external/lldb/source/Expression/
ClangUserExpression.cpp 79 m_allow_cxx = true;
86 m_allow_cxx = true;
121 if (!(m_allow_cxx || m_allow_objc))
166 if (m_allow_cxx && method_decl->isInstance())
    [all...]

Completed in 27 milliseconds