Lines Matching refs:IndexExpr
1065 QualType RebuildPackIndexingType(QualType Pattern, Expr *IndexExpr,
3638 Expr *PackIdExpression, Expr *IndexExpr,
3642 IndexExpr, RSquareLoc, ExpandedExprs,
6636 ExprResult IndexExpr = getDerived().TransformExpr(TL.getIndexExpr()); in TransformPackIndexingType() local
6637 if (IndexExpr.isInvalid()) in TransformPackIndexingType()
6685 Pack, IndexExpr.get(), SourceLocation(), TL.getEllipsisLoc(), in TransformPackIndexingType()
6723 Result, IndexExpr.get(), SourceLocation(), TL.getEllipsisLoc(), in TransformPackIndexingType()
15131 ExprResult IndexExpr = getDerived().TransformExpr(E->getIndexExpr()); in TransformPackIndexingExpr() local
15132 if (IndexExpr.isInvalid()) in TransformPackIndexingExpr()
15159 E->getEllipsisLoc(), E->getRSquareLoc(), Pack.get(), IndexExpr.get(), in TransformPackIndexingExpr()
15199 IndexExpr.get(), ExpandedExprs, in TransformPackIndexingExpr()
16245 QualType Pattern, Expr *IndexExpr, SourceLocation Loc, in RebuildPackIndexingType() argument
16248 return SemaRef.BuildPackIndexingType(Pattern, IndexExpr, Loc, EllipsisLoc, in RebuildPackIndexingType()