Searched refs:StrBuffer (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp4384 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul local
4385 StrBuffer += "\"";
4409 StrBuffer += TokSpelling;
4412 StrBuffer += "\"";
4422 // ok that the Token points to StrBuffer.
4427 Toks[0].setLiteralData(StrBuffer.data());
4428 Toks[0].setLength(StrBuffer.size());
H A DParseDecl.cpp730 SmallString<8> StrBuffer; local
732 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c200805 typedef struct StrBuffer StrBuffer; typedef in typeref:struct:StrBuffer
200806 struct StrBuffer { struct
[all...]

Completed in 617 milliseconds