Home
last modified time | relevance | path

Searched refs:GetIncludeStatics (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp50 bool GetIncludeStatics() const { return m_include_statics; } in GetIncludeStatics() function in VariablesOptionsImpl
148 bool SBVariablesOptions::GetIncludeStatics() const { in GetIncludeStatics() function in SBVariablesOptions
151 return m_opaque_up->GetIncludeStatics(); in GetIncludeStatics()
H A DSBFrame.cpp789 const bool statics = options.GetIncludeStatics(); in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h45 bool GetIncludeStatics() const;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp79773 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeStatics(); in _wrap_SBVariablesOptions_GetIncludeStatics()