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

/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp66 SmallString<128> SpellingBuffer; local
72 OS << PP.getSpelling(*I, SpellingBuffer);
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp288 SmallString<32> SpellingBuffer;
290 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1607 SmallString<32> SpellingBuffer;
1608 SpellingBuffer.resize(Tok.getLength());
1611 const char *SpellingPtr = &SpellingBuffer[0];
/external/clang/lib/Sema/
H A DSemaExpr.cpp3057 SmallString<128> SpellingBuffer; local
3062 SpellingBuffer.resize(Tok.getLength() + 1);
3066 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);

Completed in 121 milliseconds