Home | History | Annotate | Download | only in Serialization

Lines Matching full:errorstr

1972       std::string ErrorStr = "could not find file '";
1973 ErrorStr += Filename;
1974 ErrorStr += "' referenced by AST file '";
1975 ErrorStr += F.FileName;
1976 ErrorStr += "'";
1977 Error(ErrorStr.c_str());
3730 std::string ErrorStr;
3735 M, ErrorStr);
3753 << FileName << ErrorStr.empty()
3754 << ErrorStr;
3765 << FileName << ErrorStr.empty()
3766 << ErrorStr;