Searched refs:PotentialMatch (Results 1 – 1 of 1) sorted by relevance
75 Token PotentialMatch = *CurrentToken; in findNextAnyTokenKind() local76 if (PotentialMatch.isOneOf(TK, TKs...)) in findNextAnyTokenKind()77 return PotentialMatch.getLocation(); in findNextAnyTokenKind()82 if (PotentialMatch.is(tok::eof)) in findNextAnyTokenKind()84 Start = PotentialMatch.getLastLoc(); in findNextAnyTokenKind()