Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp50 SmallString<128> SpellingBuffer; in writeMacroDefinition() local
56 Value << PP.getSpelling(T, SpellingBuffer); in writeMacroDefinition()
/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/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp65 SmallString<128> SpellingBuffer; in PrintMacroDefinition() local
70 OS << PP.getSpelling(T, SpellingBuffer); in PrintMacroDefinition()
/external/clang/lib/Parse/
DParseStmtAsm.cpp321 SmallString<32> SpellingBuffer; in buildMSAsmString() local
323 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp1837 SmallString<32> SpellingBuffer; in getOffsetOfStringByte() local
1838 SpellingBuffer.resize(Tok.getLength()); in getOffsetOfStringByte()
1841 const char *SpellingPtr = &SpellingBuffer[0]; in getOffsetOfStringByte()
DModuleMap.cpp1604 SmallString<32> SpellingBuffer; in consumeToken() local
1605 SpellingBuffer.resize(LToken.getLength() + 1); in consumeToken()
1606 const char *Start = SpellingBuffer.data(); in consumeToken()
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp337 SmallString<32> SpellingBuffer; in buildMSAsmString() local
339 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
DParseDeclCXX.cpp4376 SmallString<16> SpellingBuffer; in ParseMicrosoftUuidAttributeArgs() local
4377 SpellingBuffer.resize(Tok.getLength() + 1); in ParseMicrosoftUuidAttributeArgs()
4379 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs()
/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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3661 SmallString<128> SpellingBuffer; in ActOnNumericConstant() local
3666 SpellingBuffer.resize(Tok.getLength() + 1); in ActOnNumericConstant()
3670 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant()