Home | History | Annotate | Download | only in Parse

Lines Matching defs:Spelling

2840     // Alternative tokens do not have identifier info, but their spelling
2843 StringRef Spelling = PP.getSpelling(Tok.getLocation(), SpellingBuf);
2844 if (std::isalpha(Spelling[0])) {
2846 return &PP.getIdentifierTable().get(Spelling.data());