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