Searched refs:GetBasicTypeEnumeration (Results 1 – 8 of 8) sorted by relevance
283 lldb::BasicType GetBasicTypeEnumeration() const;285 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
293 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
523 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType525 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
209 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);754 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;757 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
856 TypeSystemClang::GetBasicTypeEnumeration(ConstString name) { in GetBasicTypeEnumeration() function in TypeSystemClang5473 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()5477 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
186 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
359 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
1317 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()