Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /src/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() 2097 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2105 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2106 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2162 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2165 PrintFromType = true; in FormatTemplateTypeDiff() 2166 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1833 unsigned PrintFromType : 1;
|