Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp66 SmallString<128> SpellingBuffer; in PrintMacroDefinition() local
71 OS << PP.getSpelling(T, SpellingBuffer); in PrintMacroDefinition()
/external/clang/lib/Lex/
DLiteralSupport.cpp1628 SmallString<32> SpellingBuffer; in getOffsetOfStringByte() local
1629 SpellingBuffer.resize(Tok.getLength()); in getOffsetOfStringByte()
1632 const char *SpellingPtr = &SpellingBuffer[0]; in getOffsetOfStringByte()
/external/clang/lib/Parse/
DParseStmtAsm.cpp321 SmallString<32> SpellingBuffer; in buildMSAsmString() local
323 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
/external/clang/lib/Sema/
DSemaExpr.cpp3251 SmallString<128> SpellingBuffer; in ActOnNumericConstant() local
3256 SpellingBuffer.resize(Tok.getLength() + 1); in ActOnNumericConstant()
3260 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant()