Searched refs:StrBuffer (Results 1 – 4 of 4) sorted by relevance
452 return std::move(StrBuffer); in releaseBuffer()460 bool isInitialized() const { return !StrBuffer->empty(); } in isInitialized()469 std::unique_ptr<DebugStrBufferVector> StrBuffer; variable
1104 StrBuffer = std::make_unique<DebugStrBufferVector>(); in create()1105 StrStream = std::make_unique<raw_svector_ostream>(*StrBuffer); in create()1115 if (StrBuffer->empty()) in addString()1117 auto Offset = StrBuffer->size(); in addString()
4576 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local4577 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()4601 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()4604 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()4619 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()4620 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
783 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local785 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()