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