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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp320 bool PrintFromType, bool ElideType,
377 TDT.PrintFromType, TDT.ElideType,
499 /// ElideType - Option to elide identical types.
500 bool ElideType; member in class:__anon296::TemplateDiff
1572 if (ElideType) {
2018 bool ElideType, bool ShowColor)
2021 ElideType(ElideType),
2082 bool PrintFromType, bool ElideType,
2087 ElideType, ShowColor
2016 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2080 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h265 bool ElideType = true; member in class:clang::DiagnosticsEngine
695 void setElideType(bool Val) { ElideType = Val; }
696 bool getElideType() { return ElideType; }
1794 unsigned ElideType : 1;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp51 Diags.setElideType(Opts.ElideType);
H A DDiagnostic.cpp1019 TDT.ElideType = getDiags()->ElideType;

Completed in 172 milliseconds