Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp317 bool PrintFromType, bool ElideType,
345 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
468 bool ElideType; member in __anon89c8eca50111::TemplateDiff
1504 if (ElideType) { in TreeToString()
1862 bool ElideType, bool ShowColor) in TemplateDiff() argument
1865 ElideType(ElideType), in TemplateDiff()
1927 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
1932 ElideType, ShowColors); in FormatTemplateTypeDiff()
/external/clang/include/clang/Basic/
DDiagnostic.h178 bool ElideType; // Elide common types of templates. variable
472 void setElideType(bool Val = true) { ElideType = Val; }
473 bool getElideType() { return ElideType; } in getElideType()
1395 unsigned ElideType : 1; member
DDiagnosticOptions.def76 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/external/clang/lib/Basic/
DWarnings.cpp51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
DDiagnostic.cpp73 ElideType = true; in DiagnosticsEngine()
867 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp838 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()