Home
last modified time | relevance | path

Searched refs:IsCharType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp161 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h138 bool IsCharType() const;
H A DTypeSystem.h154 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp83 bool CompilerType::IsCharType() const { in IsCharType() function in CompilerType
86 return type_system_sp->IsCharType(m_type); in IsCharType()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp605 pointee_or_element_compiler_type.IsCharType()); in IsCStringContainer()
838 elem_or_pointee_compiler_type.IsCharType()) { in ReadPointedString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h638 bool IsCharType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2934 bool TypeSystemClang::IsCharType(lldb::opaque_compiler_type_t type) { in IsCharType() function in TypeSystemClang
2963 if (pointee_or_element_clang_type.IsCharType()) { in IsCStringType()