Lines Matching defs:PrintTree
352 QualType ToType, bool PrintTree,
409 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
412 NeedQuotes = !TDT.PrintTree;
419 if (TDT.PrintTree)
535 /// PrintTree - Format output string as a tree.
536 bool PrintTree;
1517 if (PrintTree) {
1737 if (PrintTree) OS << '[';
1742 if (PrintTree) {
1759 } else if (!PrintTree) {
1802 } else if (!PrintTree) {
1841 if (!PrintTree) {
1958 } else if (!PrintTree) {
1982 if (!PrintTree) {
2004 if (!PrintTree) {
2020 if (PrintTree) {
2058 if (PrintTree) {
2097 QualType ToType, bool PrintTree, bool PrintFromType,
2102 PrintTree(PrintTree),
2161 QualType ToType, bool PrintTree,
2164 if (PrintTree)
2166 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,