Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTDiagnostic.cpp | 233 bool PrintFromType, bool ElideType, 264 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 1624 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 1632 FromType(PrintFromType ? FromType : ToType), in TemplateDiff() 1633 ToType(PrintFromType ? ToType : FromType), in TemplateDiff() 1690 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 1693 PrintFromType = true; in FormatTemplateTypeDiff() 1694 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | Diagnostic.cpp | 857 TDT.PrintFromType = true; in FormatDiagnostic() 882 TDT.PrintFromType = true; in FormatDiagnostic() 896 TDT.PrintFromType = false; in FormatDiagnostic()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Diagnostic.h | 1343 unsigned PrintFromType : 1; member
|