Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h114 bool m_in_static_method; ///< True if the expression is compiled as a static variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp194 m_in_static_method = true; in ScanContext()
400 m_in_static_method, exe_ctx)) { in UpdateLanguageForExpr()
/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()