Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h94 bool IsCStringType(uint32_t &length) const;
H A DTypeSystem.h406 virtual bool IsCStringType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h562 bool IsCStringType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp109 bool CompilerType::IsCStringType(uint32_t &length) const { in IsCStringType() function in CompilerType
111 return m_type_system->IsCStringType(m_type, length); in IsCStringType()
H A DClangASTContext.cpp3070 bool ClangASTContext::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in ClangASTContext
9624 if (IsCStringType(type, length)) { in DumpSummary()