Lines Matching defs:Expansion
461 // Create the pack expansion type and source-location information.
480 // The pattern of a pack expansion shall name one or more
482 // expansion.
502 // The pattern of a pack expansion shall name one or more
504 // expansion.
511 // Create the pack expansion expression and source-location information.
576 // the pack expansion.
582 // cannot expand the pack expansion. Make a note of this, but we still
620 // All of the parameter packs expanded by a pack expansion shall have
867 PackExpansionTypeLoc Expansion =
869 Ellipsis = Expansion.getEllipsisLoc();
871 TypeLoc Pattern = Expansion.getPatternLoc();
872 NumExpansions = Expansion.getTypePtr()->getNumExpansions();
886 Expansion
888 Expr *Pattern = Expansion->getPattern();
889 Ellipsis = Expansion->getEllipsisLoc();
890 NumExpansions = Expansion->getNumExpansions();