Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h123 void PrintChildrenPostamble(bool print_dotdotdot);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp665 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() function in ValueObjectPrinter
750 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()