Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp158 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp77 bool CompilerType::IsCharType() const { in IsCharType() function in CompilerType
79 return m_type_system->IsCharType(m_type); in IsCharType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h91 bool IsCharType() const;
H A DTypeSystem.h145 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp650 pointee_or_element_compiler_type.IsCharType()); in IsCStringContainer()
885 elem_or_pointee_compiler_type.IsCharType()) { in ReadPointedString()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h554 bool IsCharType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2967 bool TypeSystemClang::IsCharType(lldb::opaque_compiler_type_t type) { in IsCharType() function in TypeSystemClang
2996 if (pointee_or_element_clang_type.IsCharType()) { in IsCStringType()