Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
36 m_wrap(wrap) {} in ExpressionSourceCode()
41 Wrapping m_wrap; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp432 if (m_wrap) { in GetText()