Lines Matching refs:TDT
1069 TemplateDiffTypes TDT; in FormatDiagnostic() local
1070 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
1071 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
1073 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
1074 TDT.TemplateDiffUsed = false; in FormatDiagnostic()
1075 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()
1083 TDT.PrintFromType = true; in FormatDiagnostic()
1084 TDT.PrintTree = true; in FormatDiagnostic()
1106 TDT.PrintTree = false; in FormatDiagnostic()
1107 TDT.PrintFromType = true; in FormatDiagnostic()
1113 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
1115 TDT.FromType)); in FormatDiagnostic()
1121 TDT.PrintFromType = false; in FormatDiagnostic()
1127 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
1129 TDT.ToType)); in FormatDiagnostic()