Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
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()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1083 TDT.PrintFromType = true; in FormatDiagnostic()
1107 TDT.PrintFromType = true; in FormatDiagnostic()
1121 TDT.PrintFromType = false; in FormatDiagnostic()