Searched refs:SpellingBuffer (Results 1 – 7 of 7) sorted by relevance
50 SmallString<128> SpellingBuffer; in writeMacroDefinition() local56 Value << PP.getSpelling(T, SpellingBuffer); in writeMacroDefinition()
65 SmallString<128> SpellingBuffer; in PrintMacroDefinition() local70 *OS << PP.getSpelling(T, SpellingBuffer); in PrintMacroDefinition()437 SmallString<128> SpellingBuffer; in EmbedDirective() local441 *OS << PP.getSpelling(T, SpellingBuffer); in EmbedDirective()
337 SmallString<32> SpellingBuffer; in buildMSAsmString() local339 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
5058 SmallString<16> SpellingBuffer; in ParseMicrosoftUuidAttributeArgs() local5059 SpellingBuffer.resize(Tok.getLength() + 1); in ParseMicrosoftUuidAttributeArgs()5061 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs()
2352 SmallString<32> SpellingBuffer; in getOffsetOfStringByte() local2353 SpellingBuffer.resize(Tok.getLength()); in getOffsetOfStringByte()2356 const char *SpellingPtr = &SpellingBuffer[0]; in getOffsetOfStringByte()
1709 SmallString<32> SpellingBuffer; in consumeToken() local1710 SpellingBuffer.resize(LToken.getLength() + 1); in consumeToken()1711 const char *Start = SpellingBuffer.data(); in consumeToken()
3659 SmallString<128> SpellingBuffer; in ActOnNumericConstant() local3664 SpellingBuffer.resize(Tok.getLength() + 1); in ActOnNumericConstant()3668 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant()