Searched refs:StrBuf (Results 1 – 2 of 2) sorted by relevance
1168 SmallString<256> StrBuf; in getEntityInfo() local1170 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()1173 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()1177 SmallString<512> StrBuf; in getEntityInfo() local1178 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()1182 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
46 SmallString<128> StrBuf; in ParseObjCStringLiteral() local60 StrBuf += S->getString(); in ParseObjCStringLiteral()71 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr, in ParseObjCStringLiteral()73 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral()