Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp50 bool GetIncludeStatics() const { return m_include_statics; } in GetIncludeStatics() function in VariablesOptionsImpl
158 bool SBVariablesOptions::GetIncludeStatics() const { in GetIncludeStatics() function in SBVariablesOptions
159 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeStatics); in GetIncludeStatics()
161 return m_opaque_up->GetIncludeStatics(); in GetIncludeStatics()
259 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeStatics, ()); in RegisterMethods()
H A DSBFrame.cpp817 const bool statics = options.GetIncludeStatics(); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i47 GetIncludeStatics () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h45 bool GetIncludeStatics() const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69533 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeStatics(); in _wrap_SBVariablesOptions_GetIncludeStatics()