Home | History | Annotate | Download | only in AST

Lines Matching refs:ParameterPack

3968     unsigned ParameterPack : 1;
3995 CanTTPTInfo.ParameterPack = PP;
4008 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
4024 unsigned Index, bool ParameterPack,
4028 ID.AddBoolean(ParameterPack);