Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp4666 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
4667 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()
H A DParseDecl.cpp781 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
783 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()