Home | History | Annotate | Download | only in Lex

Lines Matching refs:getSpelling

955   /// getSpelling() - Return the 'spelling' of the token at the given
962 StringRef getSpelling(SourceLocation loc,
965 return Lexer::getSpelling(loc, buffer, SourceMgr, LangOpts, invalid);
968 /// getSpelling() - Return the 'spelling' of the Tok token. The spelling of a
975 std::string getSpelling(const Token &Tok, bool *Invalid = 0) const {
976 return Lexer::getSpelling(Tok, SourceMgr, LangOpts, Invalid);
979 /// getSpelling - This method is used to get the spelling of a token into a
989 unsigned getSpelling(const Token &Tok, const char *&Buffer,
991 return Lexer::getSpelling(Tok, Buffer, SourceMgr, LangOpts, Invalid);
994 /// getSpelling - This method is used to get the spelling of a token into a
997 StringRef getSpelling(const Token &Tok,