Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp318 bool PrintFromType, bool ElideType,
346 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
468 bool ElideType; member in __anon9da9a8600111::TemplateDiff
1532 if (ElideType) { in TreeToString()
1970 bool ElideType, bool ShowColor) in TemplateDiff() argument
1973 ElideType(ElideType), in TemplateDiff()
2034 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2039 ElideType, ShowColors); in FormatTemplateTypeDiff()
/external/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp320 bool PrintFromType, bool ElideType,
377 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument()
500 bool ElideType; member in __anon000f1fee0111::TemplateDiff
1572 if (ElideType) { in TreeToString()
2018 bool ElideType, bool ShowColor) in TemplateDiff() argument
2021 ElideType(ElideType), in TemplateDiff()
2082 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument
2087 ElideType, ShowColors); in FormatTemplateTypeDiff()
/external/clang/include/clang/Basic/
DDiagnostic.h179 bool ElideType; // Elide common types of templates. variable
479 void setElideType(bool Val = true) { ElideType = Val; }
480 bool getElideType() { return ElideType; } in getElideType()
1402 unsigned ElideType : 1; member
DDiagnosticOptions.def76 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h265 bool ElideType = true; variable
688 void setElideType(bool Val) { ElideType = Val; } in setElideType()
689 bool getElideType() { return ElideType; } in getElideType()
1755 unsigned ElideType : 1; member
DDiagnosticOptions.def79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
/external/llvm-project/clang/lib/Basic/
DWarnings.cpp51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
DDiagnostic.cpp1019 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/external/clang/lib/Basic/
DWarnings.cpp51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
DDiagnostic.cpp74 ElideType = true; in DiagnosticsEngine()
868 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1010 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1834 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()