Searched refs:SetPackIndexingExpr (Results 1 – 3 of 3) sorted by relevance
989 void DeclSpec::SetPackIndexingExpr(SourceLocation EllipsisLoc, in SetPackIndexingExpr() function in DeclSpec
778 void SetPackIndexingExpr(SourceLocation EllipsisLoc, Expr *Pack);
1314 DS.SetPackIndexingExpr(EllipsisLoc, IndexExpr.get()); in ParsePackIndexingType()