Searched refs:ElideType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DWarnings.cpp54 Diags.setElideType(Opts.ElideType);
H A DDiagnostic.cpp53 ElideType = true;
837 TDT.ElideType = getDiags()->ElideType;
/external/clang/lib/AST/
H A DASTDiagnostic.cpp253 bool PrintFromType, bool ElideType,
281 TDT.PrintFromType, TDT.ElideType,
409 /// ElideType - Option to elide identical types.
410 bool ElideType; member in class:__anon17714::TemplateDiff
1329 if (ElideType) {
1667 bool ElideType, bool ShowColor)
1670 ElideType(ElideType),
1732 bool PrintFromType, bool ElideType,
1737 ElideType, ShowColor
1665 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1730 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
/external/clang/include/clang/Basic/
H A DDiagnostic.h177 bool ElideType; // Elide common types of templates. member in class:clang::DiagnosticsEngine
475 void setElideType(bool Val = true) { ElideType = Val; }
476 bool getElideType() { return ElideType; }
1381 unsigned ElideType : 1;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp681 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type);

Completed in 184 milliseconds