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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86588   SWIG_Python_SetConstant(d, "eBasicTypeWChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeWChar)));
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  122       valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar);
  245       valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  577                           ->GetBasicType(lldb::eBasicTypeWChar)
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  294           valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  750     return lldb::eBasicTypeWChar;
tools/lldb/source/Symbol/ClangASTContext.cpp
  938       g_type_map.Append(ConstString("wchar_t"), eBasicTypeWChar);
 1962   case eBasicTypeWChar:
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  117   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeWChar),
  127   EXPECT_EQ(GetBasicQualType(eBasicTypeWChar), GetBasicQualType("wchar_t"));