Searched refs:StrBuf (Results 1 – 3 of 3) sorted by relevance
115 SmallString<100> StrBuf; in generateErrnoNotCheckedBug() local116 llvm::raw_svector_ostream OS(StrBuf); in generateErrnoNotCheckedBug()
1181 SmallString<256> StrBuf; in getEntityInfo() local1183 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()1186 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()1190 SmallString<512> StrBuf; in getEntityInfo() local1191 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()1195 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
47 SmallString<128> StrBuf; in ParseObjCStringLiteral() local61 StrBuf += S->getString(); in ParseObjCStringLiteral()72 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr, in ParseObjCStringLiteral()74 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ordinary, in ParseObjCStringLiteral()