Home | History | Annotate | Download | only in Lex

Lines Matching refs:SpellingBuffer

1605   SmallString<32> SpellingBuffer;
1606 SpellingBuffer.resize(Tok.getLength());
1609 const char *SpellingPtr = &SpellingBuffer[0];