Searched refs:eBasicTypeInt (Results 1 – 17 of 17) sorted by relevance
74 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()77 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetItemInfo()
268 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetPendingItems()
271 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
87 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
337 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
768 eBasicTypeInt, enumerator
571 if basic_type == eBasicTypeInt: return (True,True)
961 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
503 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
1025 .. py:data:: eBasicTypeInt
884 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()885 g_type_map.Append(ConstString("signed int"), eBasicTypeInt); in GetBasicTypeEnumeration()2068 case eBasicTypeInt: in GetOpaqueCompilerType()5563 return eBasicTypeInt; in GetBasicTypeEnumeration()
822 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()