Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 66 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local 68 if (!IsPack && (NTTP->getType()->containsUnexpandedParameterPack() || in TemplateParameterList() 74 if (!IsPack && in TemplateParameterList() 80 if (!IsPack && DefaultTemplateArgumentContainsUnexpandedPack(*TTP)) { in TemplateParameterList()
|
| H A D | TypePrinter.cpp | 2495 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo() argument 2498 !Args.empty() && !IsPack && Args.size() <= TPL->size()) { in printTo() 2507 if (!IsPack) in printTo() 2548 if (!IsPack) in printTo() 2552 if (!IsPack) { in printTo()
|
| H A D | ASTContext.cpp | 6615 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal() argument 6641 Canon = getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal() 6655 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoTypeInternal() 6672 bool IsDependent, bool IsPack, in getAutoType() argument 6675 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType() 6678 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5007 struct DependentAuto { bool IsPack; }; member 5021 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform() 5802 bool IsPack = TA1.getKind() == TemplateArgument::Pack; in getMoreSpecializedTrailingPackTieBreaker() local 5803 assert(IsPack == (TA2.getKind() == TemplateArgument::Pack)); in getMoreSpecializedTrailingPackTieBreaker() 5804 if (!IsPack) in getMoreSpecializedTrailingPackTieBreaker()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1745 bool IsDependent, bool IsPack = false, 1967 bool IsDependent, bool IsPack = false,
|