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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86593   SWIG_Python_SetConstant(d, "eBasicTypeShort",SWIG_From_int(static_cast< int >(lldb::eBasicTypeShort)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  731     return lldb::eBasicTypeShort;
tools/lldb/source/Symbol/ClangASTContext.cpp
  943       g_type_map.Append(ConstString("short"), eBasicTypeShort);
  944       g_type_map.Append(ConstString("short int"), eBasicTypeShort);
 1972   case eBasicTypeShort:
 5740         return eBasicTypeShort;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   99   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeShort),
  132   EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short"));
  133   EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short int"));