Home
last modified time | relevance | path

Searched defs:SetIncludeLocals (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBVariablesOptions.cpp50 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals() function in VariablesOptionsImpl
152 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() function in SBVariablesOptions