Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4553 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
4554 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4578 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
4581 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4596 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()
4597 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
H A DParseDecl.cpp730 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
732 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c188801 typedef struct StrBuffer StrBuffer;
188802 struct StrBuffer {
189283 StrBuffer *pStr, /* Buffer to append to */
189408 StrBuffer *pOut /* Write output here */
190130 StrBuffer res = {0, 0, 0};
190279 StrBuffer res = {0, 0, 0}; /* Result string */