Searched refs:SpellingBuffer (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DLiteralSupport.cpp1404 SmallString<32> SpellingBuffer;
1405 SpellingBuffer.resize(Tok.getLength());
1408 const char *SpellingPtr = &SpellingBuffer[0];
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp66 SmallString<128> SpellingBuffer; local
72 OS << PP.getSpelling(*I, SpellingBuffer);

Completed in 63 milliseconds