Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp80 m_allow_cxx = true; in ClangUserExpression()
87 m_allow_cxx = true; in ClangUserExpression()
102 if (!(m_allow_cxx || m_allow_objc)) { in ScanContext()
158 if (m_allow_cxx && method_decl->isInstance()) { in ScanContext()
/external/llvm-project/lldb/include/lldb/Expression/
DLLVMUserExpression.h97 bool m_allow_cxx; ///< True if the language allows C++. variable
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp48 m_stack_frame_top(LLDB_INVALID_ADDRESS), m_allow_cxx(false), in LLVMUserExpression()