Home
last modified time | relevance | path

Searched refs:IsNil (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp182 bool ValueObjectPrinter::IsNil() { in IsNil() function in ValueObjectPrinter
385 if (IsNil()) { in GetValueSummaryError()
443 (IsNil() || IsUninitialized()) && !m_summary.empty(); in PrintValueAndSummaryIfNeeded()
476 if (m_options.m_use_objc && !IsNil() && !IsUninitialized() && in PrintObjectDescriptionIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h84 bool IsNil();