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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp253 bool PrintFromType, bool ElideType,
281 TDT.PrintFromType, TDT.ElideType,
295 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
1666 QualType ToType, bool PrintTree, bool PrintFromType,
1674 FromType(PrintFromType ? FromType : ToType),
1675 ToType(PrintFromType ? ToType : FromType),
1732 bool PrintFromType, bool ElideType,
1735 PrintFromType = true;
1736 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,
1665 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1730 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument

Completed in 154 milliseconds