Searched refs:IsCharType (Results 1 – 7 of 7) sorted by relevance
161 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
84 bool CompilerType::IsCharType() const { in IsCharType() function in CompilerType87 return type_system_sp->IsCharType(m_type); in IsCharType()
143 bool IsCharType() const;
152 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
659 pointee_or_element_compiler_type.IsCharType()); in IsCStringContainer()894 elem_or_pointee_compiler_type.IsCharType()) { in ReadPointedString()
568 bool IsCharType(lldb::opaque_compiler_type_t type) override;
3002 bool TypeSystemClang::IsCharType(lldb::opaque_compiler_type_t type) { in IsCharType() function in TypeSystemClang3031 if (pointee_or_element_clang_type.IsCharType()) { in IsCStringType()