Home | History | Annotate | Download | only in Lex

Lines Matching defs:getSpelling

236 /// getSpelling() - Return the 'spelling' of this token.  The spelling of a
241 StringRef Lexer::getSpelling(SourceLocation loc,
284 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
289 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
320 /// getSpelling - This method is used to get the spelling of a token into a
330 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
2031 std::string Spelling = PP->getSpelling(Result, &Invalid);