Searched refs:eBasicTypeWChar (Results 1 – 10 of 10) sorted by relevance
120 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()180 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
853 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
755 eBasicTypeWChar, enumerator
112 context.hasSameType(GetBasicQualType(eBasicTypeWChar), context.WCharTy)); in TEST_F()121 EXPECT_EQ(GetBasicQualType(eBasicTypeWChar), GetBasicQualType("wchar_t")); in TEST_F()
690 CompilerType WCharPtrTy = ast->GetBasicType(eBasicTypeWChar).GetPointerType(); in MakeLoadImageUtilityFunction()
889 return lldb::eBasicTypeWChar; in GetCompilerTypeForSimpleKind()
563 if basic_type == eBasicTypeWChar: return (True,False)
1017 .. py:data:: eBasicTypeWChar
869 g_type_map.Append(ConstString("wchar_t"), eBasicTypeWChar); in GetBasicTypeEnumeration()2019 case eBasicTypeWChar: in GetOpaqueCompilerType()