Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp79 m_allow_objc = true; in ClangUserExpression()
84 m_allow_objc = true; in ClangUserExpression()
98 if (!(m_allow_cxx || m_allow_objc)) { in ScanContext()
184 if (m_allow_objc) { in ScanContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h98 bool m_allow_objc; ///< True if the language allows Objective-C. variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp51 m_allow_objc(false), m_transformed_text(), m_execution_unit_sp(), in LLVMUserExpression()