Home
last modified time | relevance | path

Searched refs:ElideType (Results 1 – 4 of 4) 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()
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 DDiagnosticOptions.def79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2144 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;