Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp66 SmallString<128> SpellingBuffer; in PrintMacroDefinition() local
72 OS << PP.getSpelling(*I, SpellingBuffer); in PrintMacroDefinition()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DLiteralSupport.cpp1543 SmallString<32> SpellingBuffer; in getOffsetOfStringByte() local
1544 SpellingBuffer.resize(Tok.getLength()); in getOffsetOfStringByte()
1547 const char *SpellingPtr = &SpellingBuffer[0]; in getOffsetOfStringByte()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp1999 SmallString<32> SpellingBuffer; in buildMSAsmString() local
2001 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp2971 SmallString<128> SpellingBuffer; in ActOnNumericConstant() local
2976 SpellingBuffer.resize(Tok.getLength() + 1); in ActOnNumericConstant()
2980 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant()