Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp79 m_allow_cxx = true; in ClangUserExpression()
86 m_allow_cxx = true; in ClangUserExpression()
121 if (!(m_allow_cxx || m_allow_objc)) in ScanContext()
166 if (m_allow_cxx && method_decl->isInstance()) in ScanContext()
/external/lldb/include/lldb/Expression/
DClangUserExpression.h407 …bool m_allow_cxx; ///< True if the language allo… variable