Home
last modified time | relevance | path

Searched refs:IsCStringType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp95 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType
97 return m_type_system->IsCStringType(m_type, length); in IsCStringType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h97 bool IsCStringType(uint32_t &length) const;
H A DTypeSystem.h412 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h568 bool IsCStringType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2962 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang
8999 if (IsCStringType(type, length)) { in DumpSummary()