Lines Matching refs:TDT
843 TemplateDiffTypes TDT; in FormatDiagnostic() local
844 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
845 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
846 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
847 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
848 TDT.TemplateDiffUsed = false; in FormatDiagnostic()
849 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic()
857 TDT.PrintFromType = true; in FormatDiagnostic()
858 TDT.PrintTree = true; in FormatDiagnostic()
881 TDT.PrintTree = false; in FormatDiagnostic()
882 TDT.PrintFromType = true; in FormatDiagnostic()
888 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
890 TDT.FromType)); in FormatDiagnostic()
896 TDT.PrintFromType = false; in FormatDiagnostic()
902 if (!TDT.TemplateDiffUsed) in FormatDiagnostic()
904 TDT.ToType)); in FormatDiagnostic()