Home | History | Annotate | Download | only in Lex

Lines Matching defs:getSpelling

216                << getSpelling(Tok) << "'";
437 /// getSpelling - This method is used to get the spelling of a token into a
440 StringRef Preprocessor::getSpelling(const Token &Tok,
455 unsigned Len = getSpelling(Tok, Ptr, Invalid);
557 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
862 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid);