Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 317 bool PrintFromType, bool ElideType, 359 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 373 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 1992 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2000 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2001 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2057 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2060 PrintFromType = true; in FormatTemplateTypeDiff() 2061 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1015 TDT.PrintFromType = true; in FormatDiagnostic() 1039 TDT.PrintFromType = true; in FormatDiagnostic() 1053 TDT.PrintFromType = false; in FormatDiagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1574 unsigned PrintFromType : 1; member
|