Lines Matching refs:NextDepDirectiveTokenIndex
3148 if (NextDepDirectiveTokenIndex == DepDirectives.front().Tokens.size()) in isNextPPTokenLParen()
3150 return DepDirectives.front().Tokens[NextDepDirectiveTokenIndex].is( in isNextPPTokenLParen()
4463 while (NextDepDirectiveTokenIndex == DepDirectives.front().Tokens.size()) { in LexDependencyDirectiveToken()
4468 NextDepDirectiveTokenIndex = 0; in LexDependencyDirectiveToken()
4473 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex++]; in LexDependencyDirectiveToken()
4474 if (NextDepDirectiveTokenIndex > 1 || DDTok.Kind != tok::hash) { in LexDependencyDirectiveToken()
4487 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex]; in LexDependencyDirectiveToken()
4490 ++NextDepDirectiveTokenIndex; in LexDependencyDirectiveToken()
4517 assert(DepDirectives.front().Tokens[NextDepDirectiveTokenIndex].is( in LexDependencyDirectiveToken()
4519 ++NextDepDirectiveTokenIndex; in LexDependencyDirectiveToken()
4582 NextDepDirectiveTokenIndex = 0; in LexDependencyDirectiveTokenWhileSkipping()
4590 NextDepDirectiveTokenIndex = 1; in LexDependencyDirectiveTokenWhileSkipping()