Home
last modified time | relevance | path

Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp353 bool PrintFromType, bool ElideType,
410 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
562 bool ElideType; member in __anon44eed8fe0111::TemplateDiff
1669 if (ElideType) { in TreeToString()
2143 bool ElideType, bool ShowColor) in TemplateDiff() argument
2146 ElideType(ElideType), in TemplateDiff()
2208 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2213 ElideType, ShowColors); in FormatTemplateTypeDiff()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h312 bool ElideType = true; variable
733 void setElideType(bool Val) { ElideType = Val; } in setElideType()
734 bool getElideType() { return ElideType; } in getElideType()
1805 unsigned ElideType : 1;
H A DDiagnosticOptions.def79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp54 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
H A DDiagnostic.cpp1362 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2156 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;