Lines Matching refs:NextIdx
5978 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
5979 if (NextIdx >= NumTokens) in lexNext()
5982 ++NextIdx; in lexNext()
6019 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
6024 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6026 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
6039 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6044 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6058 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
6070 Cursors[NextIdx-1] = MakeMacroExpansionCursor(MacroDef, in annotatePreprocessorTokens()
6075 unsigned LastIdx = finished ? NextIdx-1 : NextIdx-2; in annotatePreprocessorTokens()