Searched refs:print_dotdotdot (Results 1 – 2 of 2) sorted by relevance
636 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument653 print_dotdotdot = true; in GetMaxNumChildrenToPrint()659 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument661 if (print_dotdotdot) { in PrintChildrenPostamble()720 bool print_dotdotdot = false; in PrintChildren() local721 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()744 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()774 bool print_dotdotdot = false; in PrintChildrenOneLiner() local775 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()812 if (print_dotdotdot) in PrintChildrenOneLiner()
123 void PrintChildrenPostamble(bool print_dotdotdot);130 llvm::Expected<uint32_t> GetMaxNumChildrenToPrint(bool &print_dotdotdot);