Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 __anon3993e9340111::TemplateDiff 1608 if (ElideType) { in TreeToString() 2071 bool ElideType, bool ShowColor) in TemplateDiff() argument 2074 ElideType(ElideType), in TemplateDiff() 2135 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2140 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 266 bool ElideType = true; variable 702 void setElideType(bool Val) { ElideType = Val; } in setElideType() 703 bool getElideType() { return ElideType; } in getElideType() 1835 unsigned ElideType : 1;
|
| H A D | DiagnosticOptions.def | 79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Warnings.cpp | 51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
|
| H A D | Diagnostic.cpp | 1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2027 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;
|