Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypePrinter.cpp | 2330 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo() argument 2333 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo() 2343 if (!IsPack) in printTo() 2384 if (!IsPack) in printTo() 2388 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 | 6187 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal() argument 6212 getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal() 6229 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoTypeInternal() 6241 bool IsDependent, bool IsPack, in getAutoType() argument 6244 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType() 6247 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1626 bool IsDependent, bool IsPack = false, 1789 bool IsDependent, bool IsPack = false,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4893 struct DependentAuto { bool IsPack; }; member 4907 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()
|