Searched refs:StrBuf (Results 1 – 3 of 3) sorted by relevance
233 SmallString<10> StrBuf; in getOptionAsInteger() local234 llvm::raw_svector_ostream OS(StrBuf); in getOptionAsInteger()
1172 SmallString<256> StrBuf; in getEntityInfo() local1174 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()1177 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()1181 SmallString<512> StrBuf; in getEntityInfo() local1182 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()1186 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
45 SmallString<128> StrBuf; in ParseObjCStringLiteral() local59 StrBuf += S->getString(); in ParseObjCStringLiteral()70 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), in ParseObjCStringLiteral()72 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral()