Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 317 bool PrintFromType, bool ElideType, 345 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 359 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 1861 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 1869 FromType(PrintFromType ? FromType : ToType), in TemplateDiff() 1870 ToType(PrintFromType ? ToType : FromType), in TemplateDiff() 1927 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 1930 PrintFromType = true; in FormatTemplateTypeDiff() 1931 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 878 TDT.PrintFromType = true; in FormatDiagnostic() 902 TDT.PrintFromType = true; in FormatDiagnostic() 916 TDT.PrintFromType = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1394 unsigned PrintFromType : 1; member
|