Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp112 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType
115 return type_system_sp->IsCStringType(m_type, length); in IsCStringType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h149 bool IsCStringType(uint32_t &length) const;
H A DTypeSystem.h435 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h574 bool IsCStringType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3021 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang
9178 if (IsCStringType(type, length)) { in DumpSummary()