Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 317 bool PrintFromType, bool ElideType, 359 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 482 bool ElideType; member in __anon99f83f0d0111::TemplateDiff 1555 if (ElideType) { in TreeToString() 1993 bool ElideType, bool ShowColor) in TemplateDiff() argument 1996 ElideType(ElideType), in TemplateDiff() 2057 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2062 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 220 bool ElideType = true; variable 640 void setElideType(bool Val = true) { ElideType = Val; } 641 bool getElideType() { return ElideType; } in getElideType() 1575 unsigned ElideType : 1; member
|
| H A D | DiagnosticOptions.def | 77 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Warnings.cpp | 51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
|
| H A D | Diagnostic.cpp | 1004 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1524 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()
|