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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86589   SWIG_Python_SetConstant(d, "eBasicTypeSignedWChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeSignedWChar)));
tools/lldb/source/Symbol/ClangASTContext.cpp
  939       g_type_map.Append(ConstString("signed wchar_t"), eBasicTypeSignedWChar);
 1964   case eBasicTypeSignedWChar:
 5736         return eBasicTypeSignedWChar;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  128   EXPECT_EQ(GetBasicQualType(eBasicTypeSignedWChar),