Searched refs:PotentialMatch (Results 1 – 1 of 1) sorted by relevance
72 Token PotentialMatch = *CurrentToken; in findNextAnyTokenKind() local73 if (PotentialMatch.isOneOf(TK, TKs...)) in findNextAnyTokenKind()74 return PotentialMatch.getLocation(); in findNextAnyTokenKind()79 if (PotentialMatch.is(tok::eof)) in findNextAnyTokenKind()81 Start = PotentialMatch.getLastLoc(); in findNextAnyTokenKind()