Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 353 bool PrintFromType, bool ElideType, 410 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 424 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 2070 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2078 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2079 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2135 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2138 PrintFromType = true; in FormatTemplateTypeDiff() 2139 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1083 TDT.PrintFromType = true; in FormatDiagnostic() 1107 TDT.PrintFromType = true; in FormatDiagnostic() 1121 TDT.PrintFromType = false; in FormatDiagnostic()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1833 unsigned PrintFromType : 1;
|