Lines Matching full:strbuf
1101 SmallString<256> StrBuf;1103 llvm::raw_svector_ostream OS(StrBuf);1106 EntityInfo.name = SA.copyCStr(StrBuf.str());1110 SmallString<512> StrBuf;1111 bool Ignore = getDeclCursorUSR(D, StrBuf);1115 EntityInfo.USR = SA.copyCStr(StrBuf.str());