Home | History | Annotate | Download | only in Lex

Lines Matching defs:getSpelling

229 /// \brief Slow case of getSpelling. Extract the characters comprising the
280 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
285 StringRef Lexer::getSpelling(SourceLocation loc,
321 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
326 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
348 /// getSpelling - This method is used to get the spelling of a token into a
358 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
2193 std::string Spelling = PP->getSpelling(Result, &Invalid);