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

References

tools/lldb/include/lldb/Core/FormatEntity.h
  135       type = Type::Invalid;
  160       if (type != rhs.type)
  160       if (type != rhs.type)
tools/lldb/source/Core/FormatEntity.cpp
  277   if (children.empty() || children.back().type != Entry::Type::String)
  284   if (children.empty() || children.back().type != Entry::Type::String)
  296   entry.type = Entry::Type::Root;
  374   s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type));
  692   switch (entry.type) {
 1091   switch (entry.type) {
 1150                         entry.type == Entry::Type::AddressLoadOrFile));
 1829       if (entry.type == Entry::Type::LineEntryEndAddress)
 1901         entry.type = entry_def->type;
 1906         entry.type = entry_def->type;
 2240             if (entry.type != Entry::Type::ThreadID &&
 2241                 entry.type != Entry::Type::ThreadProtocolID) {
 2247           switch (entry.type) {