Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp190 m_in_objectivec_method = true; in ScanContext()
277 m_in_objectivec_method = true; in ScanContext()
284 m_in_objectivec_method = true; in ScanContext()
394 else if (m_in_objectivec_method) in UpdateLanguageForExpr()
726 } else if (m_in_objectivec_method) { in AddArguments()
746 if (m_in_objectivec_method) { in AddArguments()
762 if (m_in_objectivec_method) in AddArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h111 bool m_in_objectivec_method; ///< True if the expression is compiled as an variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp55 m_in_objectivec_method(false), m_in_static_method(false), in LLVMUserExpression()