Home | History | Annotate | Download | only in AST

Lines Matching refs:ParameterPack

4040     unsigned ParameterPack : 1;
4067 CanTTPTInfo.ParameterPack = PP;
4080 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
4096 unsigned Index, bool ParameterPack,
4100 ID.AddBoolean(ParameterPack);