Home
last modified time | relevance | path

Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp353 bool PrintFromType, bool ElideType,
410 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
424 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
2053 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument
2061 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff()
2062 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff()
2118 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2121 PrintFromType = true; in FormatTemplateTypeDiff()
2122 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp1086 TDT.PrintFromType = true; in FormatDiagnostic()
1110 TDT.PrintFromType = true; in FormatDiagnostic()
1124 TDT.PrintFromType = false; in FormatDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1825 unsigned PrintFromType : 1; member