Lines Matching refs:NextSize
1627 unsigned NextSize;1628 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts());1633 CurPtr = ConsumeChar(CurPtr, NextSize, Result);1698 unsigned NextSize;1699 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,1714 Consumed += NextSize;