Home
last modified time | relevance | path

Searched refs:IsRecordType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType() function in StructuredData
220 bool should_indent = IsRecordType(item_sp); in GetDescription()
266 bool should_indent = IsRecordType(iter->second); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h224 bool IsRecordType() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h579 static bool IsRecordType(const ObjectSP object_sp);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp388 bool CompilerType::IsRecordType() const { in IsRecordType() function in CompilerType