Searched refs:ElideType (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 352 bool PrintFromType, bool ElideType, 409 TDT.PrintFromType, TDT.ElideType, in FormatASTNodeDiagnosticArgument() 532 bool ElideType; member in __anon5986394b0111::TemplateDiff 1607 if (ElideType) { in TreeToString() 2069 bool ElideType, bool ShowColor) in TemplateDiff() argument 2072 ElideType(ElideType), in TemplateDiff() 2133 bool PrintFromType, bool ElideType, in FormatTemplateTypeDiff() argument 2138 ElideType, ShowColors); in FormatTemplateTypeDiff()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 266 bool ElideType = true; variable 697 void setElideType(bool Val) { ElideType = Val; } in setElideType() 698 bool getElideType() { return ElideType; } in getElideType() 1827 unsigned ElideType : 1; member
|
H A D | DiagnosticOptions.def | 79 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Warnings.cpp | 51 Diags.setElideType(Opts.ElideType); in ProcessWarningOptions()
|
H A D | Diagnostic.cpp | 1075 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 1545 MarshallingInfoNegativeFlag<DiagnosticOpts<"ElideType">>;
|