Home | History | Annotate | Download | only in AST

Lines Matching refs:ParameterPack

3984     unsigned ParameterPack : 1;
4011 CanTTPTInfo.ParameterPack = PP;
4024 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
4040 unsigned Index, bool ParameterPack,
4044 ID.AddBoolean(ParameterPack);