Searched refs:IsCStringType (Results 1 – 5 of 5) sorted by relevance
93 bool IsCStringType(uint32_t &length) const;
407 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
89 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType91 return m_type_system->IsCStringType(m_type, length); in IsCStringType()
571 bool IsCStringType(lldb::opaque_compiler_type_t type,
2893 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang8870 if (IsCStringType(type, length)) { in DumpSummary()