Home
last modified time | relevance | path

Searched refs:GetBasicTypeEnumeration (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h283 lldb::BasicType GetBasicTypeEnumeration() const;
285 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
H A DTypeSystem.h293 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp523 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
525 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h209 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
754 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
757 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp856 TypeSystemClang::GetBasicTypeEnumeration(ConstString name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5473 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5477 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp186 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp359 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1317 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()