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

References

tools/lldb/include/lldb/Core/FormatEntity.h
  131       string.clear();
  146       if (string != rhs.string)
  146       if (string != rhs.string)
tools/lldb/source/Core/FormatEntity.cpp
  280     children.back().string.append(1, ch);
  287     children.back().string.append(s.data(), s.size());
  377   if (!string.empty())
  378     s.Printf("string = \"%s\"", string.c_str());
  686       entry.string.empty()
  747     return RunScriptFormatKeyword(s, sc, exe_ctx, valobj, entry.string.c_str());
  750   llvm::StringRef subpath(entry.string);
  752   if (entry.string.empty()) {
  761     if (entry.string[0] == '[')
  769     const std::string &expr_path = entry.string;
 1015   llvm::StringRef path(entry.string);
 1103           s.PutCString(entry.string);
 1120     s.PutCString(entry.string);
 1183                                       entry.string.c_str());
 1325                                       entry.string.c_str());
 1361                                       entry.string.c_str());
 1472         if (DumpRegister(s, frame, entry.string.c_str(),
 1491                                       entry.string.c_str());
 1893         entry.string = format_str.str();
 1902         entry.string = entry_def->string;
 1935           entry.string = value.str();
 2251               if (entry.string.empty())