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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86198   SWIG_Python_SetConstant(d, "eFormatUnicode16",SWIG_From_int(static_cast< int >(lldb::eFormatUnicode16)));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  165     case eFormatUnicode16:
 1414       case eFormatUnicode16:
tools/lldb/source/Core/DumpDataExtractor.cpp
  621     case eFormatUnicode16:
tools/lldb/source/Core/ValueObject.cpp
 1396           (custom_format == eFormatUnicode16) ||
tools/lldb/source/DataFormatters/FormatManager.cpp
   50     {eFormatUnicode16, 'U', "unicode16"},
tools/lldb/source/DataFormatters/VectorType.cpp
   63   case lldb::eFormatUnicode16:
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  192   valobj.GetValueAsCString(lldb::eFormatUnicode16, value);
tools/lldb/source/Symbol/ClangASTContext.cpp
 5361       return lldb::eFormatUnicode16;
 9565         case eFormatUnicode16: