Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 2209 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo() argument 2212 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo() 2222 if (!IsPack) in printTo() 2263 if (!IsPack) in printTo() 2267 if (!IsPack) { in printTo()
|
| H A D | DeclTemplate.cpp | 62 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local 64 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack()) in TemplateParameterList() 69 if (!IsPack && in TemplateParameterList()
|
| H A D | ASTContext.cpp | 5744 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal() argument 5769 getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal() 5786 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoTypeInternal() 5798 bool IsDependent, bool IsPack, in getAutoType() argument 5801 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType() 5804 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1564 bool IsDependent, bool IsPack = false, 1722 bool IsDependent, bool IsPack = false,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 4762 struct DependentAuto { bool IsPack; }; member 4776 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()
|