Home
last modified time | relevance | path

Searched defs:DoesPrintValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTypeSummary.cpp329 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSummary.h218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function