Lines Matching refs:SBVariablesOptions
81 SBVariablesOptions::SBVariablesOptions() in SBVariablesOptions() function in SBVariablesOptions
83 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBVariablesOptions); in SBVariablesOptions()
86 SBVariablesOptions::SBVariablesOptions(const SBVariablesOptions &options) in SBVariablesOptions() function in SBVariablesOptions
88 LLDB_RECORD_CONSTRUCTOR(SBVariablesOptions, in SBVariablesOptions()
89 (const lldb::SBVariablesOptions &), options); in SBVariablesOptions()
92 SBVariablesOptions &SBVariablesOptions::
93 operator=(const SBVariablesOptions &options) { in operator =()
95 lldb::SBVariablesOptions &, in operator =()
96 SBVariablesOptions, operator=,(const lldb::SBVariablesOptions &), in operator =()
103 SBVariablesOptions::~SBVariablesOptions() = default;
105 bool SBVariablesOptions::IsValid() const { in IsValid()
106 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, IsValid); in IsValid()
109 SBVariablesOptions::operator bool() const { in operator bool()
110 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, operator bool); in operator bool()
115 bool SBVariablesOptions::GetIncludeArguments() const { in GetIncludeArguments()
116 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, in GetIncludeArguments()
122 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments()
123 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeArguments, (bool), in SetIncludeArguments()
129 bool SBVariablesOptions::GetIncludeRecognizedArguments( in GetIncludeRecognizedArguments()
131 LLDB_RECORD_METHOD_CONST(bool, SBVariablesOptions, in GetIncludeRecognizedArguments()
138 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments()
139 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRecognizedArguments, in SetIncludeRecognizedArguments()
145 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals()
146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeLocals); in GetIncludeLocals()
151 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals()
152 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool), in SetIncludeLocals()
158 bool SBVariablesOptions::GetIncludeStatics() const { in GetIncludeStatics()
159 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeStatics); in GetIncludeStatics()
164 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics()
165 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool), in SetIncludeStatics()
171 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly()
172 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetInScopeOnly); in GetInScopeOnly()
177 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly()
178 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool), in SetInScopeOnly()
184 bool SBVariablesOptions::GetIncludeRuntimeSupportValues() const { in GetIncludeRuntimeSupportValues()
185 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, in GetIncludeRuntimeSupportValues()
191 void SBVariablesOptions::SetIncludeRuntimeSupportValues( in SetIncludeRuntimeSupportValues()
193 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRuntimeSupportValues, in SetIncludeRuntimeSupportValues()
199 lldb::DynamicValueType SBVariablesOptions::GetUseDynamic() const { in GetUseDynamic()
200 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::DynamicValueType, SBVariablesOptions, in GetUseDynamic()
206 void SBVariablesOptions::SetUseDynamic(lldb::DynamicValueType dynamic) { in SetUseDynamic()
207 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetUseDynamic, in SetUseDynamic()
213 VariablesOptionsImpl *SBVariablesOptions::operator->() { in operator ->()
217 const VariablesOptionsImpl *SBVariablesOptions::operator->() const { in operator ->()
221 VariablesOptionsImpl *SBVariablesOptions::get() { return m_opaque_up.get(); } in get()
223 VariablesOptionsImpl &SBVariablesOptions::ref() { return *m_opaque_up; } in ref()
225 const VariablesOptionsImpl &SBVariablesOptions::ref() const { in ref()
229 SBVariablesOptions::SBVariablesOptions(VariablesOptionsImpl *lldb_object_ptr) in SBVariablesOptions() function in SBVariablesOptions
232 void SBVariablesOptions::SetOptions(VariablesOptionsImpl *lldb_object_ptr) { in SetOptions()
240 void RegisterMethods<SBVariablesOptions>(Registry &R) { in RegisterMethods()
241 LLDB_REGISTER_CONSTRUCTOR(SBVariablesOptions, ()); in RegisterMethods()
242 LLDB_REGISTER_CONSTRUCTOR(SBVariablesOptions, in RegisterMethods()
243 (const lldb::SBVariablesOptions &)); in RegisterMethods()
245 lldb::SBVariablesOptions &, in RegisterMethods()
246 SBVariablesOptions, operator=,(const lldb::SBVariablesOptions &)); in RegisterMethods()
247 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, IsValid, ()); in RegisterMethods()
248 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, operator bool, ()); in RegisterMethods()
249 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeArguments, in RegisterMethods()
251 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetIncludeArguments, (bool)); in RegisterMethods()
252 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, in RegisterMethods()
255 LLDB_REGISTER_METHOD(void, SBVariablesOptions, in RegisterMethods()
257 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeLocals, ()); in RegisterMethods()
258 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool)); in RegisterMethods()
259 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeStatics, ()); in RegisterMethods()
260 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool)); in RegisterMethods()
261 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetInScopeOnly, ()); in RegisterMethods()
262 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool)); in RegisterMethods()
263 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, in RegisterMethods()
265 LLDB_REGISTER_METHOD(void, SBVariablesOptions, in RegisterMethods()
267 LLDB_REGISTER_METHOD_CONST(lldb::DynamicValueType, SBVariablesOptions, in RegisterMethods()
269 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetUseDynamic, in RegisterMethods()