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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86586   SWIG_Python_SetConstant(d, "eBasicTypeSignedChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeSignedChar)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  702     return lldb::eBasicTypeSignedChar;
tools/lldb/source/Symbol/ClangASTContext.cpp
  936       g_type_map.Append(ConstString("signed char"), eBasicTypeSignedChar);
 1958   case eBasicTypeSignedChar:
 5724         return eBasicTypeSignedChar;
 5734         return eBasicTypeSignedChar;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  101   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeSignedChar),
  123   EXPECT_EQ(GetBasicQualType(eBasicTypeSignedChar),