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

References

tools/lldb/source/Core/FormatEntity.cpp
  516   if (open_bracket_index == llvm::StringRef::npos) {
  522   close_bracket_index = subpath.find(']', open_bracket_index + 1);
  529     var_name_final_if_array_range = subpath.data() + open_bracket_index;
  531     if (close_bracket_index - open_bracket_index == 1) {
  537       const size_t separator_index = subpath.find('-', open_bracket_index + 1);
  540         const char *index_lower_cstr = subpath.data() + open_bracket_index + 1;
  548         const char *index_lower_cstr = subpath.data() + open_bracket_index + 1;