Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4846 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
4847 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4871 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
4874 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4889 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()
4890 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
H A DParseDecl.cpp920 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
922 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3236 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local
3242 StrBuffer.append(", "); in FixVarInitializerWithSpan()
3243 StrBuffer.append(ExtentText); in FixVarInitializerWithSpan()
3244 StrBuffer.append("}"); in FixVarInitializerWithSpan()
3245 FixIts.push_back(FixItHint::CreateInsertion(*LocPassInit, StrBuffer.str())); in FixVarInitializerWithSpan()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c209964 typedef struct StrBuffer StrBuffer; typedef
209965 struct StrBuffer { struct
210449 StrBuffer *pStr, /* Buffer to append to */
210574 StrBuffer *pOut /* Write output here */
211296 StrBuffer res = {0, 0, 0};
211461 StrBuffer res = {0, 0, 0}; /* Result string */