Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h93 bool IsCStringType(uint32_t &length) const;
DTypeSystem.h407 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp89 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType
91 return m_type_system->IsCStringType(m_type, length); in IsCStringType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h571 bool IsCStringType(lldb::opaque_compiler_type_t type,
DTypeSystemClang.cpp2893 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang
8870 if (IsCStringType(type, length)) { in DumpSummary()