Lines Matching refs:nullPos
377 // "nullPos" is the number of formal parameters at the end which381 unsigned nullPos = attr->getNullPos();382 assert((nullPos == 0 || nullPos == 1) && "invalid null position on sentinel");383 numFormalParams = (nullPos > numFormalParams ? 0 : numFormalParams - nullPos);