Home | History | Annotate | Download | only in Parse

Lines Matching refs:ThisTok

679     std::string ThisTok(PP.getSpelling(Tok));
680 if (isLetter(ThisTok[0])) {
681 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data());