Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp83 m_allow_objc = true; in ClangUserExpression()
88 m_allow_objc = true; in ClangUserExpression()
102 if (!(m_allow_cxx || m_allow_objc)) { in ScanContext()
188 if (m_allow_objc) { in ScanContext()
/external/llvm-project/lldb/include/lldb/Expression/
DLLVMUserExpression.h98 bool m_allow_objc; ///< True if the language allows Objective-C. variable
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp49 m_allow_objc(false), m_transformed_text(), m_execution_unit_sp(), in LLVMUserExpression()