Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp233 bool PrintFromType, bool ElideType,
264 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
1588 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument
1596 FromType(PrintFromType ? FromType : ToType), in TemplateDiff()
1597 ToType(PrintFromType ? ToType : FromType), in TemplateDiff()
1654 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
1657 PrintFromType = true; in FormatTemplateTypeDiff()
1658 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
/external/clang/lib/Basic/
DDiagnostic.cpp857 TDT.PrintFromType = true; in FormatDiagnostic()
882 TDT.PrintFromType = true; in FormatDiagnostic()
896 TDT.PrintFromType = false; in FormatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h1327 unsigned PrintFromType : 1; member