Lines Matching refs:will_modify
81 bool will_modify) const { in GetValueForKey()
85 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
91 llvm::StringRef name, bool will_modify, in GetSubValue() argument
106 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
114 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue()
121 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error); in GetSubValue()
132 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
146 const bool will_modify = true; in SetSubValue() local
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
174 bool will_modify, in GetProperty() argument
177 exe_ctx, will_modify, in GetProperty()
182 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndex() argument
187 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyValueAtIndex() argument
188 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
196 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValuePathMappings() argument
197 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
205 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpecList() argument
206 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
365 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpec() argument
478 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueString() argument
479 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()
622 const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef name) const { in GetPropertyAtPath() argument
636 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()
644 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()