Home | History | Annotate | Download | only in AST

Lines Matching refs:ParameterPack

3910     unsigned ParameterPack : 1;
3937 CanTTPTInfo.ParameterPack = PP;
3950 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
3966 unsigned Index, bool ParameterPack,
3970 ID.AddBoolean(ParameterPack);