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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h84 bool IsCharType() const;
H A DTypeSystem.h141 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h483 bool IsCharType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp158 bool is_char = element_type.IsCharType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp71 bool CompilerType::IsCharType() const { function in class:CompilerType
73 return m_type_system->IsCharType(m_type);
H A DClangASTContext.cpp2703 bool ClangASTContext::IsCharType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
2727 if (pointee_or_element_clang_type.IsCharType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp760 pointee_or_element_compiler_type.IsCharType());
991 elem_or_pointee_compiler_type.IsCharType()) {

Completed in 177 milliseconds