Home | History | Annotate | Download | only in Lex

Lines Matching defs:getSpelling

235 /// \brief Slow case of getSpelling. Extract the characters comprising the
286 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
291 StringRef Lexer::getSpelling(SourceLocation loc,
327 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
332 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
354 /// getSpelling - This method is used to get the spelling of a token into a
364 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
2164 std::string Spelling = PP->getSpelling(Result, &Invalid);