Home | History | Annotate | Download | only in Sema

Lines Matching defs:Expansion

212   /// \brief Determine whether we should expand a pack expansion with the
220 /// pack expansion.
223 /// the pack expansion.
233 /// pack expansion after all of the expanded arguments. This is used
238 /// the expanded form of the corresponding pack expansion. This is both an
351 /// derived class permits such expansion) along the way. When pack expansions
960 /// \brief Build a new pack expansion type.
2537 /// \brief Build a new template argument pack expansion.
2539 /// By default, performs semantic analysis to build a new pack expansion
2570 llvm_unreachable("Pack expansion pattern has no parameter packs");
2573 if (TypeSourceInfo *Expansion
2577 return TemplateArgumentLoc(TemplateArgument(Expansion->getType()),
2578 Expansion);
2585 /// \brief Build a new expression pack expansion.
2587 /// By default, performs semantic analysis to build a new pack expansion
2771 if (PackExpansionExpr *Expansion = dyn_cast<PackExpansionExpr>(Inputs[I])) {
2772 Expr *Pattern = Expansion->getPattern();
2776 assert(!Unexpanded.empty() && "Pack expansion without parameter packs?");
2782 Optional<unsigned> OrigNumExpansions = Expansion->getNumExpansions();
2784 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(),
2793 // transformation on the pack expansion, producing another pack
2794 // expansion.
2801 Expansion->getEllipsisLoc(),
2817 // expansion of the pattern. Do so.
2825 Out = RebuildPackExpansion(Out.get(), Expansion->getEllipsisLoc(),
3283 // TemplateArgumentLocInfo for the pack expansion would be usable for
3299 // We have a pack expansion, for which we will be substituting into
3309 assert(!Unexpanded.empty() && "Pack expansion without parameter packs?");
3326 // transformation on the pack expansion, producing another pack
3327 // expansion.
3343 // expansion of the pattern. Do so.
3360 // If we're supposed to retain a pack expansion, do so by temporarily
4084 // If we're substituting into a pack expansion type and we know the
4191 // If we're supposed to retain a pack expansion, do so by temporarily
4214 // We're done with the pack expansion.
4219 // expansion.
4245 if (const PackExpansionType *Expansion
4248 QualType Pattern = Expansion->getPattern();
4277 // We're done with the pack expansion.
4281 // If we're supposed to retain a pack expansion, do so by temporarily
4295 // expansion.
4296 OldType = Expansion->getPattern();
7872 // We have a pack expansion. Instantiate it.
7894 // transformation on the pack expansion, producing another pack
7895 // expansion.
7919 // Expand the pack expansion by substituting for each argument in the
7948 // If we're supposed to retain a pack expansion, do so by temporarily
8321 // The transform has determined that we should perform an expansion;
8323 // expansion of the pattern. Do so.
8773 // This key/value element is a pack expansion.
8777 assert(!Unexpanded.empty() && "Pack expansion without parameter packs?");
8796 // transformation on the pack expansion, producing another pack
8797 // expansion.
8813 ObjCDictionaryElement Expansion = {
8816 Elements.push_back(Expansion);
8825 // expansion of the pattern. Do so.
8841 // pack expansion.
8849 // We've finished with this pack expansion.