Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h103 void PrintChildrenPostamble(bool print_dotdotdot);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp609 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() function in ValueObjectPrinter
685 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()