Searched defs:IsPack (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 62 bool IsPack = P->isTemplateParameterPack(); TemplateParameterList() local
|
H A D | TypePrinter.cpp | 2327 printTo(raw_ostream & OS,ArrayRef<TA> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL,bool IsPack,unsigned ParmIndex) printTo() argument
|
H A D | ASTContext.cpp | 5897 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument 5951 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4893 struct DependentAuto { bool IsPack; }; global() member
|