Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp2084 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 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.cpp5759 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 DASTContext.h1545 bool IsDependent, bool IsPack = false,
1703 bool IsDependent, bool IsPack = false,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4556 struct DependentAuto { bool IsPack; }; member
4569 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()