Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 320 bool PrintFromType, bool ElideType, 377 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 391 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 2017 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2025 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2026 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2082 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2085 PrintFromType = true; in FormatTemplateTypeDiff() 2086 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1030 TDT.PrintFromType = true; in FormatDiagnostic() 1054 TDT.PrintFromType = true; in FormatDiagnostic() 1068 TDT.PrintFromType = false; in FormatDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1793 unsigned PrintFromType : 1; member
|