Home | History | Annotate | Download | only in Support

Lines Matching defs:Error

52     const StringRef Path, std::string &Error) {
58 Error = (Twine("Can't open file '") + Path + "': " + EC.message()).str();
61 return create(FileOrErr.get().get(), Error);
65 const MemoryBuffer *MB, std::string &Error) {
67 if (!SCL->parse(MB, Error))
73 std::string Error;
74 if (SpecialCaseList *SCL = create(Path, Error))
76 report_fatal_error(Error);
79 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) {
97 Error = (Twine("Malformed line ") + Twine(LineNo) + ": '" +
134 Error = (Twine("Malformed regex in line ") + Twine(LineNo) + ": '" +