Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp355 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()
360 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
380 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()
406 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
456 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()
811 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
814 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h405 lldb::BasicType GetBasicTypeEnumeration() const;
H A DTypeSystem.h328 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h211 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);
860 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp805 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5493 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5497 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp200 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp449 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3269 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3284 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3299 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp335 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1328 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()