Home
last modified time | relevance | path

Searched refs:eBasicTypeWChar (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp120 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
180 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DLibStdcpp.cpp295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp853 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h755 eBasicTypeWChar, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp112 context.hasSameType(GetBasicQualType(eBasicTypeWChar), context.WCharTy)); in TEST_F()
121 EXPECT_EQ(GetBasicQualType(eBasicTypeWChar), GetBasicQualType("wchar_t")); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp690 CompilerType WCharPtrTy = ast->GetBasicType(eBasicTypeWChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp889 return lldb::eBasicTypeWChar; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig563 if basic_type == eBasicTypeWChar: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1017 .. py:data:: eBasicTypeWChar
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp869 g_type_map.Append(ConstString("wchar_t"), eBasicTypeWChar); in GetBasicTypeEnumeration()
2019 case eBasicTypeWChar: in GetOpaqueCompilerType()