Home | History | Annotate | Download | only in Frontend

Lines Matching refs:hasErrors

2526                           bool hasErrors,
2528 Writer.WriteAST(S, std::string(), 0, "", hasErrors);
2538 bool hasErrors = getDiagnostics().hasErrorOccurred();
2542 getSema(), hasErrors, OS);
2547 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);