Home | History | Annotate | Download | only in AST

Lines Matching refs:PrintTree

252                                    QualType ToType, bool PrintTree,
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
283 NeedQuotes = !TDT.PrintTree;
290 if (TDT.PrintTree)
412 /// PrintTree - Format output string as a tree.
413 bool PrintTree;
1258 if (PrintTree) {
1414 if (PrintTree) OS << '[';
1419 if (PrintTree) {
1437 } else if (!PrintTree) {
1478 } else if (!PrintTree) {
1506 } else if (!PrintTree) {
1562 } else if (!PrintTree) {
1589 if (PrintTree) {
1627 if (PrintTree) {
1666 QualType ToType, bool PrintTree, bool PrintFromType,
1671 PrintTree(PrintTree),
1731 QualType ToType, bool PrintTree,
1734 if (PrintTree)
1736 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,