Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclTemplate.cpp62 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
DTypePrinter.cpp2084 const TemplateParameterList *TPL, bool IsPack, unsigned ParmIndex) { in printTo()
DASTContext.cpp5759 bool IsPack, ConceptDecl *TypeConstraintConcept, in getAutoTypeInternal()
5806 bool IsDependent, bool IsPack, in getAutoType()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateDeduction.cpp4556 struct DependentAuto { bool IsPack; }; member