Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp184 : ExpressionSourceCode(name, prefix, body, wrap), m_wrap_kind(wrap_kind) { in ClangExpressionSourceCode()
311 if (var_name == "this" && m_wrap_kind == WrapKind::CppMemberFunction) { in AddLocalVariableDecls()
325 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls()
326 m_wrap_kind == WrapKind::ObjCStaticMethod; in AddLocalVariableDecls()
443 switch (m_wrap_kind) { in GetText()
H A DClangExpressionSourceCode.h100 const WrapKind m_wrap_kind; variable