Lines Matching defs:TDT
401 TemplateDiffTypes &TDT = *reinterpret_cast<TemplateDiffTypes*>(Val);
403 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
405 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
407 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
408 TDT.PrintFromType, TDT.ElideType,
409 TDT.ShowColors, OS)) {
410 NeedQuotes = !TDT.PrintTree;
411 TDT.TemplateDiffUsed = true;
417 if (TDT.PrintTree)
422 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;