Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 318 bool PrintFromType, bool ElideType, 346 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 468 bool ElideType; member in __anon8ebf235f0111::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/clang/include/clang/Basic/ |
D | Diagnostic.h | 179 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
|
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 | 74 ElideType = true; in DiagnosticsEngine() 868 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1010 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type); in ParseDiagnosticArgs()
|