Searched refs:StrBuffer (Results 1 – 2 of 2) sorted by relevance
4666 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local4667 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()4691 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()4694 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()4709 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()4710 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
781 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local783 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()