Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
61 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local63 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack()) in TemplateParameterList()68 if (!IsPack && in TemplateParameterList()
1998 const TemplateParameterList *TPL, bool IsPack, in printTo() argument2002 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()2056 if (!IsPack) in printTo()
5517 bool IsDependent, bool IsPack, in getAutoType() argument5520 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType()5540 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoType()
1598 bool IsDependent, bool IsPack = false,
4567 struct DependentAuto { bool IsPack; }; member4580 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()