Home
last modified time | relevance | path

Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp2074 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo() argument
2077 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()
2091 if (!IsPack) in printTo()
2132 if (!IsPack) in printTo()
2136 if (!IsPack) { in printTo()
H A DDeclTemplate.cpp62 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
64 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack()) in TemplateParameterList()
69 if (!IsPack && in TemplateParameterList()
H A DASTContext.cpp5704 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal() argument
5728 Canon = getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal()
5745 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoTypeInternal()
5757 bool IsDependent, bool IsPack, in getAutoType() argument
5760 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType()
5763 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1571 bool IsDependent, bool IsPack = false,
1728 bool IsDependent, bool IsPack = false,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4443 struct DependentAuto { bool IsPack; }; member
4456 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()