Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
/external/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() 1588 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 1596 FromType(PrintFromType ? FromType : ToType), in TemplateDiff() 1597 ToType(PrintFromType ? ToType : FromType), in TemplateDiff() 1654 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 1657 PrintFromType = true; in FormatTemplateTypeDiff() 1658 TemplateDiff TD(OS, Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 857 TDT.PrintFromType = true; in FormatDiagnostic() 882 TDT.PrintFromType = true; in FormatDiagnostic() 896 TDT.PrintFromType = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1327 unsigned PrintFromType : 1; member
|