Lines Matching refs:TDT
834 TemplateDiffTypes TDT; in FormatDiagnostic() local
835 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
836 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
837 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
838 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
839 TDT.TemplateDiffUsed = false; in FormatDiagnostic()
840 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()
848 TDT.PrintFromType = true; in FormatDiagnostic()
849 TDT.PrintTree = true; in FormatDiagnostic()
871 TDT.PrintTree = false; in FormatDiagnostic()
872 TDT.PrintFromType = true; in FormatDiagnostic()
878 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
880 TDT.FromType)); in FormatDiagnostic()
886 TDT.PrintFromType = false; in FormatDiagnostic()
892 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
894 TDT.ToType)); in FormatDiagnostic()