Home | History | Annotate | Download | only in Parse

Lines Matching refs:PrevTok

836   Token PrevTok = Tok;
856 if (ObjCGenericList && PrevTok.getKind() == tok::greatergreater &&
857 RemainingToken == tok::greater && PP.IsPreviousCachedToken(PrevTok)) {
858 PrevTok.setKind(RemainingToken);
859 PrevTok.setLength(1);
863 PP.ReplacePreviousCachedToken({PrevTok, Tok});
865 PP.ReplacePreviousCachedToken({PrevTok});