Lines Matching full:strbuf
1102 SmallString<256> StrBuf;1104 llvm::raw_svector_ostream OS(StrBuf);1107 EntityInfo.name = SA.copyCStr(StrBuf.str());1111 SmallString<512> StrBuf;1112 bool Ignore = getDeclCursorUSR(D, StrBuf);1116 EntityInfo.USR = SA.copyCStr(StrBuf.str());