Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp62 bool IsPack = P->isTemplateParameterPack(); TemplateParameterList() local
H A DTypePrinter.cpp2327 printTo(raw_ostream & OS,ArrayRef<TA> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL,bool IsPack,unsigned ParmIndex) printTo() argument
H A DASTContext.cpp5897 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument
5951 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4893 struct DependentAuto { bool IsPack; }; global() member