Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 318 bool PrintFromType, bool ElideType, 346 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 360 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 1969 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 1977 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 1978 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2034 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2037 PrintFromType = true; in FormatTemplateTypeDiff() 2038 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 879 TDT.PrintFromType = true; in FormatDiagnostic() 903 TDT.PrintFromType = true; in FormatDiagnostic() 917 TDT.PrintFromType = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1401 unsigned PrintFromType : 1; member
|