Searched defs:PrintFromType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTDiagnostic.cpp317 bool PrintFromType, bool ElideType,
345 TDT.PrintFromType, TDT.ElideType,
359 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
1861 QualType ToType, bool PrintTree, bool PrintFromType,
1869 FromType(PrintFromType ? FromType : ToType),
1870 ToType(PrintFromType ? ToType : FromType),
1927 bool PrintFromType, bool ElideType,
1930 PrintFromType = true;
1931 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,
1860 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1925 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument

Completed in 32 milliseconds