Lines Matching refs:will_modify
103 bool will_modify) const { in GetValueForKey()
107 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
113 llvm::StringRef name, bool will_modify, in GetSubValue() argument
128 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
136 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue()
143 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error); in GetSubValue()
171 will_modify, error); in GetSubValue()
186 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
200 const bool will_modify = true; in SetSubValue() local
209 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
229 bool will_modify, in GetProperty() argument
232 exe_ctx, will_modify, in GetProperty()
237 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndex() argument
242 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyValueAtIndex() argument
243 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
251 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValuePathMappings() argument
252 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
260 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpecList() argument
261 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
391 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpec() argument
493 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueString() argument
494 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString()
575 const bool will_modify = false; in DumpPropertyValue() local
577 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
595 const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef name) const { in GetPropertyAtPath() argument
609 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()
617 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()