Home | History | Annotate | Download | only in Basic

Lines Matching defs:TDT

834       TemplateDiffTypes TDT;
835 TDT.FromType = getRawArg(ArgNo);
836 TDT.ToType = getRawArg(ArgNo2);
837 TDT.ElideType = getDiags()->ElideType;
838 TDT.ShowColors = getDiags()->ShowColors;
839 TDT.TemplateDiffUsed = false;
840 intptr_t val = reinterpret_cast<intptr_t>(&TDT);
848 TDT.PrintFromType = true;
849 TDT.PrintTree = true;
871 TDT.PrintTree = false;
872 TDT.PrintFromType = true;
878 if (!TDT.TemplateDiffUsed)
880 TDT.FromType));
886 TDT.PrintFromType = false;
892 if (!TDT.TemplateDiffUsed)
894 TDT.ToType));