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.cpp62 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
H A DTypePrinter.cpp2330 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo()
H A DASTContext.cpp6187 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal()
6241 bool IsDependent, bool IsPack, in getAutoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4893 struct DependentAuto { bool IsPack; }; member