Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp196 : ExpressionSourceCode(name, prefix, body, wrap), m_wrap_kind(wrap_kind) { in ClangExpressionSourceCode()
323 if (var_name == "this" && m_wrap_kind == WrapKind::CppMemberFunction) { in AddLocalVariableDecls()
337 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls()
338 m_wrap_kind == WrapKind::ObjCStaticMethod; in AddLocalVariableDecls()
455 switch (m_wrap_kind) { in GetText()
H A DClangExpressionSourceCode.h100 const WrapKind m_wrap_kind; variable