Lines Matching refs:TDT
865 TemplateDiffTypes TDT; in FormatDiagnostic() local
866 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
867 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
868 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
869 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
870 TDT.TemplateDiffUsed = false; in FormatDiagnostic()
871 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()
879 TDT.PrintFromType = true; in FormatDiagnostic()
880 TDT.PrintTree = true; in FormatDiagnostic()
902 TDT.PrintTree = false; in FormatDiagnostic()
903 TDT.PrintFromType = true; in FormatDiagnostic()
909 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
911 TDT.FromType)); in FormatDiagnostic()
917 TDT.PrintFromType = false; in FormatDiagnostic()
923 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
925 TDT.ToType)); in FormatDiagnostic()