Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h343 lldb::BasicType GetBasicTypeEnumeration() const;
345 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
H A DTypeSystem.h305 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp597 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
600 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h210 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
770 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
773 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp859 TypeSystemClang::GetBasicTypeEnumeration(ConstString name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5526 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5530 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp358 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1321 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()