reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
358 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType)); 360 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType)); 362 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, 363 TDT.PrintFromType, TDT.ElideType, 363 TDT.PrintFromType, TDT.ElideType, 364 TDT.ShowColors, OS)) { 365 NeedQuotes = !TDT.PrintTree; 366 TDT.TemplateDiffUsed = true; 372 if (TDT.PrintTree) 377 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; 377 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; 377 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;