Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 317 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/ |
D | Diagnostic.h | 178 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
|
D | DiagnosticOptions.def | 76 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
/external/clang/lib/Basic/ |
D | Warnings.cpp | 51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
|
D | Diagnostic.cpp | 73 ElideType = true; in DiagnosticsEngine() 867 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 838 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()
|