Searched defs:Pack (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaTemplateVariadic.cpp | 303 for (auto &Pack : Unexpanded) { in DiagnoseUnexpandedParameterPacks() local 1122 TemplateArgument Pack; in getFullyPackExpandedSize() local 1219 Expr *Pack = LHS ? LHS : RHS; in ActOnCXXFoldExpr() local
|
| D | SemaTemplateInstantiate.cpp | 965 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { in ExpandingFunctionParameterPack() 1685 if (DeclArgumentPack *Pack = Found->dyn_cast<DeclArgumentPack *>()) { in TransformFunctionParmPackRefExpr() local 3636 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal() local 3646 DeclArgumentPack *Pack = LocalDecls[D].get<DeclArgumentPack *>(); in InstantiatedLocalPackArg() local 3661 DeclArgumentPack *Pack = new DeclArgumentPack; in MakeInstantiatedLocalArgPack() local 3673 void LocalInstantiationScope::SetPartiallySubstitutedPack(NamedDecl *Pack, in SetPartiallySubstitutedPack()
|
| D | SemaTemplateDeduction.cpp | 711 DeducedPack Pack(Index); in addPack() local 809 for (auto &Pack : Packs) { in finishConstruction() local 835 for (auto &Pack : Packs) in ~PackDeductionScope() local 860 for (auto &Pack : Packs) { in nextPackElement() local 883 for (auto &Pack : Packs) { in finish() local
|
| D | TreeTransform.h | 307 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { } in ExpandingFunctionParameterPack() 3339 NamedDecl *Pack, in RebuildSizeOfPackExpr() 12937 VarDecl *Pack = C->getCapturedVar(); in TransformLambdaExpr() local 13310 auto *Pack = E->getPack(); in TransformSizeOfPackExpr() local 13333 auto *Pack = cast_or_null<NamedDecl>( in TransformSizeOfPackExpr() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 1739 const Node *Pack; variable 1972 const Node *Pack, *Init; variable 4444 Node *Pack = getDerived().parseExpr(), *Init = nullptr; in parseFoldExpr() local 4959 auto *Pack = make<NodeArrayNode>(popTrailingNodeArray(ArgsBegin)); in parseExpr() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclPrinter.cpp | 277 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
|
| D | StmtPrinter.cpp | 1861 const TemplateArgument &Pack = Args->get(0); in VisitUserDefinedLiteral() local
|
| D | ExprCXX.cpp | 1556 NamedDecl *Pack, SourceLocation PackLoc, in Create()
|
| D | ItaniumMangle.cpp | 4974 const NamedDecl *Pack = SPE->getPack(); in mangleExpression() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.h | 1419 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ExprCXX.h | 4156 NamedDecl *Pack = nullptr; variable 4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|