Searched refs:isParameterPack (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1749 if (Ty->isParameterPack())
1760 if (Tn->isParameterPack()) {
1778 if (Tt->isParameterPack())
H A DASTDiagnostic.cpp1204 } else if (!Default->isParameterPack()) {
H A DDecl.cpp2451 bool VarDecl::isParameterPack() const { function in class:VarDecl
3252 if (!Param->isParameterPack()) {
H A DASTImporter.cpp1430 T->getDepth(), T->getIndex(), T->isParameterPack(), *ToDeclOrErr);
5157 D->wasDeclaredWithTypename(), D->isParameterPack(),
5212 D->isParameterPack(), ToTypeSourceInfo);
5239 D->getDepth(), D->getPosition(), D->isParameterPack(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1708 Record.push_back(D->isParameterPack());
1737 Record.push_back(D->isParameterPack());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4805 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
4817 Profile(ID, getDepth(), getIndex(), isParameterPack(), getDecl());
H A DDecl.h1431 bool isParameterPack() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5488 if (OldParm->isParameterPack()) {
5579 assert(NewParm->isParameterPack() &&
12384 if (OldVD->isParameterPack()) {
13743 if (oldCapture->isParameterPack())
H A DSemaDeclCXX.cpp337 if (Param->isParameterPack()) {
1571 if (!Param->hasDefaultArg() && !Param->isParameterPack() &&
H A DSemaDecl.cpp13585 if (New->isParameterPack())

Completed in 283 milliseconds

12