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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86594   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedShort",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedShort)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  742     return lldb::eBasicTypeUnsignedShort;
tools/lldb/source/Symbol/ClangASTContext.cpp
  945       g_type_map.Append(ConstString("unsigned short"), eBasicTypeUnsignedShort);
  947                         eBasicTypeUnsignedShort);
 1974   case eBasicTypeUnsignedShort:
 5742         return eBasicTypeUnsignedShort;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  113   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedShort),
  134   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedShort),
  136   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedShort),