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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86587   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedChar)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  697     return lldb::eBasicTypeUnsignedChar;
tools/lldb/source/Symbol/ClangASTContext.cpp
  937       g_type_map.Append(ConstString("unsigned char"), eBasicTypeUnsignedChar);
 1960   case eBasicTypeUnsignedChar:
 5726         return eBasicTypeUnsignedChar;
 5732         return eBasicTypeUnsignedChar;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  103   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedChar),
  125   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedChar),