Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp61 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
H A DTypePrinter.cpp1998 const TemplateParameterList *TPL, bool IsPack, in printTo()
H A DASTContext.cpp5517 bool IsDependent, bool IsPack, in getAutoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4567 struct DependentAuto { bool IsPack; }; member