Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp317 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 DDiagnostic.h220 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 DDiagnosticOptions.def77 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DWarnings.cpp51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
H A DDiagnostic.cpp1004 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1524 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()