Home | History | Annotate | Download | only in Parse

Lines Matching refs:Spelling

3187     // Alternative tokens do not have identifier info, but their spelling
3190 StringRef Spelling = PP.getSpelling(Tok.getLocation(), SpellingBuf);
3191 if (isLetter(Spelling[0])) {
3193 return &PP.getIdentifierTable().get(Spelling);