Searched refs:PrintFromType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 234 bool PrintFromType, bool ElideType, 264 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 1197 bool PrintTree, bool PrintFromType, bool ElideType, in TemplateDiff() argument 1205 FromType(PrintFromType ? FromType : ToType), in TemplateDiff() 1206 ToType(PrintFromType ? ToType : FromType), in TemplateDiff() 1257 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 1260 PrintFromType = true; in FormatTemplateTypeDiff() 1261 TemplateDiff TD(Context, FromType, ToType, PrintTree, PrintFromType, in FormatTemplateTypeDiff()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 855 TDT.PrintFromType = true; in FormatDiagnostic() 880 TDT.PrintFromType = true; in FormatDiagnostic() 894 TDT.PrintFromType = false; in FormatDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1300 unsigned PrintFromType : 1; member
|