Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp352 bool PrintFromType, bool ElideType,
409 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
423 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument()
2068 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument
2076 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff()
2077 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff()
2133 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2136 PrintFromType = true; in FormatTemplateTypeDiff()
2137 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1086 TDT.PrintFromType = true; in FormatDiagnostic()
1110 TDT.PrintFromType = true; in FormatDiagnostic()
1124 TDT.PrintFromType = false; in FormatDiagnostic()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1826 unsigned PrintFromType : 1; member