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

/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp66 SmallString<128> SpellingBuffer; local
71 OS << PP.getSpelling(T, SpellingBuffer);
/external/clang/lib/Sema/
H A DSemaExpr.cpp3184 SmallString<128> SpellingBuffer; local
3189 SpellingBuffer.resize(Tok.getLength() + 1);
3193 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);

Completed in 3073 milliseconds