Home
last modified time | relevance | path

Searched refs:ReportedErrors (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DInternals.h48 bool ReportedErrors; variable
102 bool hasReportedErrors() const { return ReportedErrors; } in hasReportedErrors()
DTransformActions.cpp603 : Diags(diag), CapturedDiags(capturedDiags), ReportedErrors(false) { in TransformActions()
692 ReportedErrors = true; in reportError()