Searched refs:print_dotdotdot (Results 1 – 2 of 2) sorted by relevance
642 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument659 print_dotdotdot = true; in GetMaxNumChildrenToPrint()665 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument667 if (print_dotdotdot) { in PrintChildrenPostamble()726 bool print_dotdotdot = false; in PrintChildren() local727 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()750 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()780 bool print_dotdotdot = false; in PrintChildrenOneLiner() local781 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()818 if (print_dotdotdot) in PrintChildrenOneLiner()
123 void PrintChildrenPostamble(bool print_dotdotdot);130 llvm::Expected<uint32_t> GetMaxNumChildrenToPrint(bool &print_dotdotdot);