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