Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp321 bool PrintFromType, bool ElideType,
378 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
501 bool ElideType; member in __anon1ae89fb20111::TemplateDiff
1573 if (ElideType) { in TreeToString()
2019 bool ElideType, bool ShowColor) in TemplateDiff() argument
2022 ElideType(ElideType), in TemplateDiff()
2083 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2088 ElideType, ShowColors); in FormatTemplateTypeDiff()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h265 bool ElideType = true; variable
695 void setElideType(bool Val) { ElideType = Val; } in setElideType()
696 bool getElideType() { return ElideType; } in getElideType()
1794 unsigned ElideType : 1; member
H A DDiagnosticOptions.def79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
H A DDiagnostic.cpp1019 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1390 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;