Searched refs:StrBuffer (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 2275 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local 2281 StrBuffer.append(", "); in FixVarInitializerWithSpan() 2282 StrBuffer.append(ExtentText); in FixVarInitializerWithSpan() 2283 StrBuffer.append("}"); in FixVarInitializerWithSpan() 2284 FixIts.push_back(FixItHint::CreateInsertion(*LocPassInit, StrBuffer.str())); in FixVarInitializerWithSpan()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 5041 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local 5042 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 5066 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs() 5069 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs() 5084 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs() 5085 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
|
| H A D | ParseDecl.cpp | 966 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local 968 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 205399 typedef struct StrBuffer StrBuffer; 205400 struct StrBuffer { 205884 StrBuffer *pStr, /* Buffer to append to */ 206009 StrBuffer *pOut /* Write output here */ 206731 StrBuffer res = {0, 0, 0}; 206896 StrBuffer res = {0, 0, 0}; /* Result string */
|