Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp161 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp84 bool CompilerType::IsCharType() const { in IsCharType() function in CompilerType
87 return type_system_sp->IsCharType(m_type); in IsCharType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h143 bool IsCharType() const;
H A DTypeSystem.h152 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp659 pointee_or_element_compiler_type.IsCharType()); in IsCStringContainer()
894 elem_or_pointee_compiler_type.IsCharType()) { in ReadPointedString()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h568 bool IsCharType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3002 bool TypeSystemClang::IsCharType(lldb::opaque_compiler_type_t type) { in IsCharType() function in TypeSystemClang
3031 if (pointee_or_element_clang_type.IsCharType()) { in IsCStringType()