Searched refs:GetBasicTypeEnumeration (Results 1 – 8 of 8) sorted by relevance
276 lldb::BasicType GetBasicTypeEnumeration() const;278 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
289 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
511 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType513 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
207 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);765 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;768 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
865 TypeSystemClang::GetBasicTypeEnumeration(ConstString name) { in GetBasicTypeEnumeration() function in TypeSystemClang5307 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()5311 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
168 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
343 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
1290 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()