Home | History | Annotate | Download | only in Parse

Lines Matching refs:Tok1

108   Token Tok1 = getCurToken();
109 if (!Tok1.is(tok::identifier) && !Tok1.is(tok::star))
112 if (Tok1.is(tok::identifier)) {
116 PP.EnterToken(Tok1);
119 } else if (Tok1.is(tok::star)) {
127 PP.EnterToken(Tok1);