Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h268 bool m_in_static_method = false; variable
H A DClangUserExpression.cpp212 m_in_static_method = true; in ScanContext()
402 if (m_in_static_method) in GetWrapKind()