Searched refs:IsCStringType (Results 1 – 5 of 5) sorted by relevance
112 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType115 return type_system_sp->IsCStringType(m_type, length); in IsCStringType()
149 bool IsCStringType(uint32_t &length) const;
435 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
574 bool IsCStringType(lldb::opaque_compiler_type_t type,
3021 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang9178 if (IsCStringType(type, length)) { in DumpSummary()