Searched defs:ElideType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 533 bool ElideType; global() member in __anoned0faff10111::TemplateDiff 2098 TemplateDiff(raw_ostream & OS,ASTContext & Context,QualType FromType,QualType ToType,bool PrintTree,bool PrintFromType,bool ElideType,bool ShowColor) TemplateDiff() argument 2162 FormatTemplateTypeDiff(ASTContext & Context,QualType FromType,QualType ToType,bool PrintTree,bool PrintFromType,bool ElideType,bool ShowColors,raw_ostream & OS) FormatTemplateTypeDiff() argument [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 266 bool ElideType = true; global() variable
|