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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86598   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedLong)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  746     return lldb::eBasicTypeUnsignedLong;
tools/lldb/source/Symbol/ClangASTContext.cpp
  958       g_type_map.Append(ConstString("unsigned long"), eBasicTypeUnsignedLong);
  960                         eBasicTypeUnsignedLong);
 1982   case eBasicTypeUnsignedLong:
 5750         return eBasicTypeUnsignedLong;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  109   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedLong),
  146   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLong),
  148   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLong),