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

/external/clang/include/clang/Basic/
H A DDiagnostic.h179 bool ElideType; // Elide common types of templates. member in class:clang::DiagnosticsEngine
479 void setElideType(bool Val = true) { ElideType = Val; }
480 bool getElideType() { return ElideType; }
1402 unsigned ElideType : 1;
/external/clang/lib/AST/
H A DASTDiagnostic.cpp318 bool PrintFromType, bool ElideType,
346 TDT.PrintFromType, TDT.ElideType,
467 /// ElideType - Option to elide identical types.
468 bool ElideType; member in class:__anon1052::TemplateDiff
1532 if (ElideType) {
1970 bool ElideType, bool ShowColor)
1973 ElideType(ElideType),
2034 bool PrintFromType, bool ElideType,
2039 ElideType, ShowColor
1968 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2032 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]

Completed in 102 milliseconds