Searched refs:GetIncludeLocals (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i38 GetIncludeLocals () const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h41 bool GetIncludeLocals() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp49 bool GetIncludeLocals() const { return m_include_locals; } function in class:VariablesOptionsImpl
147 bool SBVariablesOptions::GetIncludeLocals() const { function in class:SBVariablesOptions
148 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeLocals);
150 return m_opaque_up->GetIncludeLocals();
259 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeLocals, ());
H A DSBFrame.cpp820 const bool locals = options.GetIncludeLocals();

Completed in 184 milliseconds