Home | History | Annotate | Download | only in AST

Lines Matching full:printtree

232                                    QualType ToType, bool PrintTree,
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
266 NeedQuotes = !TDT.PrintTree;
273 if (TDT.PrintTree)
382 /// PrintTree - Format output string as a tree.
383 bool PrintTree;
1212 if (PrintTree) {
1369 if (PrintTree) OS << '[';
1374 if (PrintTree) {
1392 } else if (!PrintTree) {
1433 } else if (!PrintTree) {
1461 } else if (!PrintTree) {
1515 } else if (!PrintTree) {
1542 if (PrintTree) {
1580 if (PrintTree) {
1619 QualType ToType, bool PrintTree, bool PrintFromType,
1624 PrintTree(PrintTree),
1684 QualType ToType, bool PrintTree,
1687 if (PrintTree)
1689 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,