Searched defs:ElideType (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 134 milliseconds