Searched refs:StrBuffer (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4384 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local 4385 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 4409 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs() 4412 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 4427 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs() 4428 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
|
H A D | ParseDecl.cpp | 730 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local 732 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 200805 typedef struct StrBuffer StrBuffer; 200806 struct StrBuffer { 201289 StrBuffer *pStr, /* Buffer to append to */ 201414 StrBuffer *pOut /* Write output here */ 202136 StrBuffer res = {0, 0, 0}; 202285 StrBuffer res = {0, 0, 0}; /* Result string */
|