Searched refs:ElideType (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 __anon44eed8fe0111::TemplateDiff 1630 if (ElideType) { in TreeToString() 2098 bool ElideType, bool ShowColor) in TemplateDiff() argument 2101 ElideType(ElideType), in TemplateDiff() 2162 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2167 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2144 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;
|