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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86596   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedInt",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedInt)));
tools/lldb/source/DataFormatters/VectorType.cpp
   67     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  739     return lldb::eBasicTypeUnsignedInt;
tools/lldb/source/Symbol/ClangASTContext.cpp
  952       g_type_map.Append(ConstString("unsigned int"), eBasicTypeUnsignedInt);
  953       g_type_map.Append(ConstString("unsigned"), eBasicTypeUnsignedInt);
 1978   case eBasicTypeUnsignedInt:
 5746         return eBasicTypeUnsignedInt;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  105   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedInt),
  140   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedInt),
  142   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedInt),