Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBVariablesOptions.cpp54 void SetIncludeStatics(bool b) { m_include_statics = b; } in SetIncludeStatics() function in VariablesOptionsImpl
165 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics() function in SBVariablesOptions