Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp49 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals() function in VariablesOptionsImpl
116 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals() function in SBVariablesOptions
117 return m_opaque_ap->GetIncludeLocals(); in GetIncludeLocals()
H A DSBFrame.cpp962 const bool locals = options.GetIncludeLocals(); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h40 bool GetIncludeLocals() const;