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()
1102 SmallString<256> StrBuf; in getEntityInfo() local1104 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()1107 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()1111 SmallString<512> StrBuf; in getEntityInfo() local1112 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()1116 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
48 SmallString<128> StrBuf; in ParseObjCStringLiteral() local62 StrBuf += S->getString(); in ParseObjCStringLiteral()73 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), in ParseObjCStringLiteral()75 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral()