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