Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 321 bool PrintFromType, bool ElideType, 378 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 392 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 2018 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2026 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2027 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2083 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2086 PrintFromType = true; in FormatTemplateTypeDiff() 2087 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1793 unsigned PrintFromType : 1; member
|