Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp71 bool CompilerType::IsCharType() const { in IsCharType() function in CompilerType
73 return m_type_system->IsCharType(m_type); in IsCharType()
HDClangASTContext.cpp2703 bool ClangASTContext::IsCharType(lldb::opaque_compiler_type_t type) { in IsCharType() function in ClangASTContext
2727 if (pointee_or_element_clang_type.IsCharType()) { in IsCStringType()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h84 bool IsCharType() const;
HDTypeSystem.h141 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h483 bool IsCharType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp158 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp760 pointee_or_element_compiler_type.IsCharType()); in IsCStringContainer()
991 elem_or_pointee_compiler_type.IsCharType()) { in ReadPointedString()