Searched refs:LookAhead (Results 1 – 5 of 5) sorted by relevance
34 return PP.LookAhead(0).is(tok::colon); in MayBeDesignationStart()
310 PP.LookAhead(1).is(tok::identifier)) { in ParseOptionalCXXScopeSpecifier()
564 const Token &LookAhead(unsigned N) { in LookAhead() function
391 return PP.LookAhead(N-1); in GetLookAheadToken()397 return PP.LookAhead(0); in NextToken()
725 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local727 if (LookAhead == 0) in RestoreHazardCheckerBottomUp()730 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead); in RestoreHazardCheckerBottomUp()