Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Error

171   bool isValid(std::string &Error) override {
191 bool isValid(std::string &Error) override {
192 if (Regex.isValid(Error))
331 // Next token: { error | warning | note }
333 if (PH.Next("error"))
509 std::string Error;
510 if (D->isValid(Error)) {
516 << KindStr << Error;
750 // See if there are error mismatches.
751 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors,
810 // during parsing and issue a fatal error if directives are contained
811 // within these files. If a fatal error occurs, this suggests that
834 // Report a fatal error if this file contained directives.
848 // Produce an error if no expected-* directives could be found in the
860 Buffer->err_end(), "error") +