Home | History | Annotate | Download | only in Sema

Lines Matching defs:Expansion

470   // Create the pack expansion type and source-location information.
489 // The pattern of a pack expansion shall name one or more
491 // expansion.
511 // The pattern of a pack expansion shall name one or more
513 // expansion.
520 // Create the pack expansion expression and source-location information.
585 // the pack expansion.
591 // cannot expand the pack expansion. Make a note of this, but we still
629 // All of the parameter packs expanded by a pack expansion shall have
888 PackExpansionTypeLoc Expansion =
890 Expansion.getEllipsisLoc();
892 TypeLoc Pattern = Expansion.getPatternLoc();
893 NumExpansions = Expansion.getTypePtr()->getNumExpansions();
907 PackExpansionExpr *Expansion
909 Expr *Pattern = Expansion->getPattern();
910 Ellipsis = Expansion->getEllipsisLoc();
911 NumExpansions = Expansion->getNumExpansions();