Searched refs:IsPack (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | TypePrinter.cpp | 2084 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo() argument 2087 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo() 2101 if (!IsPack) in printTo() 2142 if (!IsPack) in printTo() 2146 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 | 5759 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal() argument 5778 Canon = getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal() 5794 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoTypeInternal() 5806 bool IsDependent, bool IsPack, in getAutoType() argument 5809 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType() 5812 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 1545 bool IsDependent, bool IsPack = false, 1703 bool IsDependent, bool IsPack = false,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4556 struct DependentAuto { bool IsPack; }; member 4569 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()
|