Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Error

168   bool isValid(std::string &Error) override {
188 bool isValid(std::string &Error) override {
189 if (Regex.isValid(Error))
328 // Next token: { error | warning | note }
330 if (PH.Next("error"))
506 std::string Error;
507 if (D->isValid(Error)) {
513 << KindStr << Error;
748 // See if there are error mismatches.
749 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors,
808 // during parsing and issue a fatal error if directives are contained
809 // within these files. If a fatal error occurs, this suggests that
832 // Report a fatal error if this file contained directives.
846 // Produce an error if no expected-* directives could be found in the
858 Buffer->err_end(), "error") +