Searched refs:DoesPrintValue (Results 1 – 6 of 6) sorted by relevance
111 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()139 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()188 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
446 (entry->DoesPrintValue(&valobj) || in PrintValueAndSummaryIfNeeded()
121 bool DoesPrintValue(lldb::SBValue value);
297 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary303 return m_opaque_sp->DoesPrintValue(value_sp.get()); in DoesPrintValue()
218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function
74071 result = (bool)(arg1)->DoesPrintValue(arg2); in _wrap_SBTypeSummary_DoesPrintValue()