Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 353 bool PrintFromType, bool ElideType, 410 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 533 bool ElideType; member in __anon9cc2dc2e0111::TemplateDiff 1608 if (ElideType) { in TreeToString() 2054 bool ElideType, bool ShowColor) in TemplateDiff() argument 2057 ElideType(ElideType), in TemplateDiff() 2118 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2123 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 266 bool ElideType = true; variable 697 void setElideType(bool Val) { ElideType = Val; } in setElideType() 698 bool getElideType() { return ElideType; } in getElideType() 1826 unsigned ElideType : 1; member
|
| H A D | DiagnosticOptions.def | 79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Warnings.cpp | 51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
|
| H A D | Diagnostic.cpp | 1075 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1513 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;
|