Home
last modified time | relevance | path

Searched refs:PrintFromType (Results 1 – 3 of 3) 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()
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 DDiagnostic.cpp1373 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 DDiagnostic.h1803 unsigned PrintFromType : 1;