Lines Matching defs:TDT
1258 TemplateDiffTypes TDT;
1259 TDT.FromType = getRawArg(ArgNo);
1260 TDT.ToType = getRawArg(ArgNo2);
1261 TDT.ElideType = getDiags()->ElideType;
1262 TDT.ShowColors = getDiags()->ShowColors;
1263 TDT.TemplateDiffUsed = false;
1264 intptr_t val = reinterpret_cast<intptr_t>(&TDT);
1272 TDT.PrintFromType = true;
1273 TDT.PrintTree = true;
1295 TDT.PrintTree = false;
1296 TDT.PrintFromType = true;
1302 if (!TDT.TemplateDiffUsed)
1304 TDT.FromType));
1310 TDT.PrintFromType = false;
1316 if (!TDT.TemplateDiffUsed)
1318 TDT.ToType));