Lines Matching defs:PrintTree
316 QualType ToType, bool PrintTree,
344 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
347 NeedQuotes = !TDT.PrintTree;
354 if (TDT.PrintTree)
470 /// PrintTree - Format output string as a tree.
471 bool PrintTree;
1432 if (PrintTree) {
1590 if (PrintTree) OS << '[';
1595 if (PrintTree) {
1613 } else if (!PrintTree) {
1659 } else if (!PrintTree) {
1687 } else if (!PrintTree) {
1763 } else if (!PrintTree) {
1784 if (PrintTree) {
1822 if (PrintTree) {
1861 QualType ToType, bool PrintTree, bool PrintFromType,
1866 PrintTree(PrintTree),
1926 QualType ToType, bool PrintTree,
1929 if (PrintTree)
1931 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,