Searched refs:PrintFromType (Results 1 – 6 of 6) 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/llvm-project/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 320 bool PrintFromType, bool ElideType, 377 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 391 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 2017 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() argument 2025 FromTemplateType(PrintFromType ? FromType : ToType), in TemplateDiff() 2026 ToTemplateType(PrintFromType ? ToType : FromType), in TemplateDiff() 2082 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2085 PrintFromType = true; in FormatTemplateTypeDiff() 2086 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/llvm-project/clang/lib/Basic/ |
D | Diagnostic.cpp | 1030 TDT.PrintFromType = true; in FormatDiagnostic() 1054 TDT.PrintFromType = true; in FormatDiagnostic() 1068 TDT.PrintFromType = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1401 unsigned PrintFromType : 1; member
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Diagnostic.h | 1754 unsigned PrintFromType : 1; member
|