Searched refs:IsCStringType (Results 1 – 5 of 5) sorted by relevance
95 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType97 return m_type_system->IsCStringType(m_type, length); in IsCStringType()
97 bool IsCStringType(uint32_t &length) const;
421 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
560 bool IsCStringType(lldb::opaque_compiler_type_t type,
2986 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang9100 if (IsCStringType(type, length)) { in DumpSummary()