Lines Matching defs:PrintTree
350 QualType ToType, bool PrintTree,
407 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
410 NeedQuotes = !TDT.PrintTree;
417 if (TDT.PrintTree)
533 /// PrintTree - Format output string as a tree.
534 bool PrintTree;
1525 if (PrintTree) {
1745 if (PrintTree) OS << '[';
1750 if (PrintTree) {
1767 } else if (!PrintTree) {
1810 } else if (!PrintTree) {
1849 if (!PrintTree) {
1972 } else if (!PrintTree) {
1996 if (!PrintTree) {
2018 if (!PrintTree) {
2034 if (PrintTree) {
2072 if (PrintTree) {
2111 QualType ToType, bool PrintTree, bool PrintFromType,
2116 PrintTree(PrintTree),
2176 QualType ToType, bool PrintTree,
2179 if (PrintTree)
2181 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,