Searched refs:eBasicTypeInt (Results 1 – 10 of 10) sorted by relevance
72 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()75 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
754 eBasicTypeInt, enumerator
728 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
570 if basic_type == eBasicTypeInt: return (True,True)
494 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
1024 .. py:data:: eBasicTypeInt
891 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()892 g_type_map.Append(ConstString("signed int"), eBasicTypeInt); in GetBasicTypeEnumeration()2029 case eBasicTypeInt: in GetOpaqueCompilerType()5469 return eBasicTypeInt; in GetBasicTypeEnumeration()
841 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
71022 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInt", lldb::eBasicTypeInt)},