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.cpp357 return GetCanonicalType().GetBasicTypeEnumeration() == in IsNullPtrType()
362 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
382 switch (GetCanonicalType().GetBasicTypeEnumeration()) { in IsPromotableIntegerType()
408 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
458 return GetCanonicalType().GetBasicTypeEnumeration() != in IsBasicType()
822 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
825 return type_system_sp->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h413 lldb::BasicType GetBasicTypeEnumeration() const;
H A DTypeSystem.h332 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/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/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h213 static lldb::BasicType GetBasicTypeEnumeration(llvm::StringRef name);
859 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp825 lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) { in GetBasicTypeEnumeration() function in TypeSystemClang
5467 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5471 TypeSystemClang::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in TypeSystemClang
/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/ValueObject/
H A DValueObject.cpp3232 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3248 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
3264 type.GetCanonicalType().GetBasicTypeEnumeration()); in CastToBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp336 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1327 switch (member_comp_type.GetBasicTypeEnumeration()) { in AddRecordMembers()