Home | History | Annotate | Download | only in Sema

Lines Matching refs:nullPos

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