Home | History | Annotate | Download | only in Lex

Lines Matching defs:getSpelling

243 /// \brief Slow case of getSpelling. Extract the characters comprising the
294 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
299 StringRef Lexer::getSpelling(SourceLocation loc,
335 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
340 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
362 /// getSpelling - This method is used to get the spelling of a token into a
372 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
2064 std::string Spelling = PP->getSpelling(Result, &Invalid);