Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp46 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals() function in VariablesOptionsImpl
145 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals() function in SBVariablesOptions
146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeLocals); in GetIncludeLocals()
148 return m_opaque_up->GetIncludeLocals(); in GetIncludeLocals()
257 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeLocals, ()); in RegisterMethods()
H A DSBFrame.cpp821 const bool locals = options.GetIncludeLocals(); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i41 GetIncludeLocals () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h41 bool GetIncludeLocals() const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69483 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeLocals(); in _wrap_SBVariablesOptions_GetIncludeLocals()