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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86192   SWIG_Python_SetConstant(d, "eFormatEnum",SWIG_From_int(static_cast< int >(lldb::eFormatEnum)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  163     case eFormatEnum:
 1412       case eFormatEnum:
tools/lldb/source/Core/DumpDataExtractor.cpp
  334     case eFormatEnum: // Print enum value as a signed integer when we don't get
tools/lldb/source/Core/ValueObject.cpp
 1316       if (custom_format == eFormatEnum)
tools/lldb/source/DataFormatters/FormatManager.cpp
   44     {eFormatEnum, 'E', "enumeration"},
tools/lldb/source/DataFormatters/TypeFormat.cpp
  190   valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0,
tools/lldb/source/DataFormatters/VectorType.cpp
  113   case lldb::eFormatEnum:
  148   case lldb::eFormatEnum:
tools/lldb/source/Symbol/ClangASTContext.cpp
 5415     return lldb::eFormatEnum;
 9512       if ((format == eFormatEnum || format == eFormatDefault) &&
 9534         case eFormatEnum: