Home
last modified time | relevance | path

Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTDiagnostic.cpp253 bool PrintFromType, bool ElideType,
281 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
295 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
1666 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument
1674 FromType(PrintFromType ? FromType : ToType), in TemplateDiff()
1675 ToType(PrintFromType ? ToType : FromType), in TemplateDiff()
1732 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
1735 PrintFromType = true; in FormatTemplateTypeDiff()
1736 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
/external/clang/lib/Basic/
DDiagnostic.cpp848 TDT.PrintFromType = true; in FormatDiagnostic()
872 TDT.PrintFromType = true; in FormatDiagnostic()
886 TDT.PrintFromType = false; in FormatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h1380 unsigned PrintFromType : 1; member