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/Parse/
DParseStmtAsm.cpp324 SmallString<32> SpellingBuffer; in buildMSAsmString() local
326 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
/external/clang/lib/Lex/
DLiteralSupport.cpp1614 SmallString<32> SpellingBuffer; in getOffsetOfStringByte() local
1615 SpellingBuffer.resize(Tok.getLength()); in getOffsetOfStringByte()
1618 const char *SpellingPtr = &SpellingBuffer[0]; in getOffsetOfStringByte()
/external/clang/lib/Sema/
DSemaExpr.cpp3184 SmallString<128> SpellingBuffer; in ActOnNumericConstant() local
3189 SpellingBuffer.resize(Tok.getLength() + 1); in ActOnNumericConstant()
3193 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant()