Lines Matching refs:DepDirectives
3204 if (NextDepDirectiveTokenIndex == DepDirectives.front().Tokens.size()) in isNextPPTokenLParen()
3206 return DepDirectives.front().Tokens[NextDepDirectiveTokenIndex].is( in isNextPPTokenLParen()
4519 while (NextDepDirectiveTokenIndex == DepDirectives.front().Tokens.size()) { in LexDependencyDirectiveToken()
4520 if (DepDirectives.front().Kind == pp_eof) in LexDependencyDirectiveToken()
4522 if (DepDirectives.front().Kind == tokens_present_before_eof) in LexDependencyDirectiveToken()
4525 DepDirectives = DepDirectives.drop_front(); in LexDependencyDirectiveToken()
4529 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex++]; in LexDependencyDirectiveToken()
4543 DepDirectives.front().Tokens[NextDepDirectiveTokenIndex]; in LexDependencyDirectiveToken()
4573 assert(DepDirectives.front().Tokens[NextDepDirectiveTokenIndex].is( in LexDependencyDirectiveToken()
4594 DepDirectives = DepDirectives.drop_front(); in LexDependencyDirectiveTokenWhileSkipping()
4595 switch (DepDirectives.front().Kind) { in LexDependencyDirectiveTokenWhileSkipping()
4644 DepDirectives.front().Tokens.front(); in LexDependencyDirectiveTokenWhileSkipping()