Lines Matching refs:DepDirectives
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()
4464 if (DepDirectives.front().Kind == pp_eof) in LexDependencyDirectiveToken()
4466 if (DepDirectives.front().Kind == tokens_present_before_eof) in LexDependencyDirectiveToken()
4469 DepDirectives = DepDirectives.drop_front(); in LexDependencyDirectiveToken()
4473 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex++]; in LexDependencyDirectiveToken()
4487 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex]; in LexDependencyDirectiveToken()
4517 assert(DepDirectives.front().Tokens[NextDepDirectiveTokenIndex].is( in LexDependencyDirectiveToken()
4538 DepDirectives = DepDirectives.drop_front(); in LexDependencyDirectiveTokenWhileSkipping()
4539 switch (DepDirectives.front().Kind) { in LexDependencyDirectiveTokenWhileSkipping()
4588 DepDirectives.front().Tokens.front(); in LexDependencyDirectiveTokenWhileSkipping()