Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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() 2142 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2150 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2151 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2208 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2211 PrintFromType = true; in FormatTemplateTypeDiff() 2212 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1373 TDT.PrintFromType = true; in FormatDiagnostic() 1396 TDT.PrintFromType = true; in FormatDiagnostic() 1409 TDT.PrintFromType = false; in FormatDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1803 unsigned PrintFromType : 1;
|