Home
last modified time | relevance | path

Searched defs:IsPack (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp66 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
H A DTypePrinter.cpp2495 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo()
H A DASTContext.cpp6615 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal()
6672 bool IsDependent, bool IsPack, in getAutoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5007 struct DependentAuto { bool IsPack; }; member
5802 bool IsPack = TA1.getKind() == TemplateArgument::Pack; in getMoreSpecializedTrailingPackTieBreaker() local