Searched refs:eBasicTypeBool (Results 1 – 12 of 12) sorted by relevance
50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
309 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
762 eBasicTypeBool, enumerator
694 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
578 if basic_type == eBasicTypeBool: return (False,False)
118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
1032 .. py:data:: eBasicTypeBool
916 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration()2045 case eBasicTypeBool: in GetOpaqueCompilerType()5447 return eBasicTypeBool; in GetBasicTypeEnumeration()
71030 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", lldb::eBasicTypeBool)},