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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp61 bool IsPack = P->isTemplateParameterPack(); local
63 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack())
68 if (!IsPack &&
H A DASTContext.cpp5142 bool IsDependent, bool IsPack,
5145 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack");
5161 auto *AT = new (Mem) AutoType(DeducedType, Keyword, IsDependent, IsPack,
5141 getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, bool IsPack, ConceptDecl *TypeConstraintConcept, ArrayRef<TemplateArgument> TypeConstraintArgs) const argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1546 bool IsDependent, bool IsPack = false,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4358 struct DependentAuto { bool IsPack; };
4371 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {}
4543 /*.IsPack = */ (bool)Type.getAs<PackExpansionTypeLoc>()};

Completed in 703 milliseconds