Home | History | Annotate | Download | only in Sema

Lines Matching refs:TokSpelling

3066   StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);
3070 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP);
3136 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii,
3151 Value = TokSpelling[I];