Home | History | Annotate | Download | only in Sema

Lines Matching refs:nullPos

2077   unsigned nullPos = (unsigned)SentinelAttr::DefaultNullPos;
2088 nullPos = Idx.getZExtValue();
2090 if ((Idx.isSigned() && Idx.isNegative()) || nullPos > 1) {
2142 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,