Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp61 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
63 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack()) in TemplateParameterList()
68 if (!IsPack && in TemplateParameterList()
H A DTypePrinter.cpp1998 const TemplateParameterList *TPL, bool IsPack, in printTo() argument
2002 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()
2056 if (!IsPack) in printTo()
H A DASTContext.cpp5517 bool IsDependent, bool IsPack, in getAutoType() argument
5520 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType()
5540 (IsPack ? TypeDependence::UnexpandedPack : TypeDependence::None), in getAutoType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1598 bool IsDependent, bool IsPack = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4567 struct DependentAuto { bool IsPack; }; member
4580 ReplacementIsPack(DA.IsPack), UseTypeSugar(true) {} in SubstituteDeducedTypeTransform()