Home | History | Annotate | Download | only in Parse

Lines Matching refs:ThisTok

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