Searched refs:StrBuf (Results 1 – 2 of 2) sorted by relevance
1012 SmallString<256> StrBuf; in getEntityInfo() local1014 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo()1017 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()1021 SmallString<512> StrBuf; in getEntityInfo() local1022 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()1026 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
48 SmallString<128> StrBuf; in ParseObjCStringLiteral() local62 StrBuf += S->getString(); in ParseObjCStringLiteral()70 S = StringLiteral::Create(Context, StrBuf, in ParseObjCStringLiteral()