Lines Matching refs:NextIdx
6596 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
6597 if (NextIdx >= NumTokens) in lexNext()
6600 ++NextIdx; in lexNext()
6634 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
6639 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6641 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
6654 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6659 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6673 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
6686 Cursors[NextIdx - 1] = in annotatePreprocessorTokens()
6691 unsigned LastIdx = finished ? NextIdx-1 : NextIdx-2; in annotatePreprocessorTokens()