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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp233 bool PrintFromType, bool ElideType,
264 TDT.PrintFromType, TDT.ElideType,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
1619 QualType ToType, bool PrintTree, bool PrintFromType,
1627 FromType(PrintFromType ? FromType : ToType),
1628 ToType(PrintFromType ? ToType : FromType),
1685 bool PrintFromType, bool ElideType,
1688 PrintFromType = true;
1689 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType,
1618 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1683 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument

Completed in 260 milliseconds