reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/OptionValueProperties.cpp
  123     sub_name = name.drop_front(key_len);
  128   if (sub_name.empty() || !value_sp)
  131   switch (sub_name[0]) {
  135         value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error);
  137       if (Properties::IsSettingExperimental(sub_name.drop_front())) {
  140         if (sub_name[experimental_len + 1] == '.')
  142               exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error);
  160     if (sub_name[1]) {
  161       llvm::StringRef predicate_start = sub_name.drop_front();
  185     return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);