Lines Matching refs:will_modify

80                                       bool will_modify) const {  in GetValueForKey()
84 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
90 llvm::StringRef name, bool will_modify, in GetSubValue() argument
105 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
113 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue()
120 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error); in GetSubValue()
131 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
145 const bool will_modify = true; in SetSubValue() local
153 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
173 bool will_modify, in GetProperty() argument
176 exe_ctx, will_modify, in GetProperty()
181 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndex() argument
186 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyValueAtIndex() argument
187 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
195 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValuePathMappings() argument
196 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
204 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpecList() argument
205 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
347 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpec() argument
449 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueString() argument
450 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString()
530 const bool will_modify = false; in DumpPropertyValue() local
532 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
574 const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef name) const { in GetPropertyAtPath() argument
588 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()
596 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()