OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportedErrors
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
Internals.h
48
bool
ReportedErrors
;
100
bool hasReportedErrors() const { return
ReportedErrors
; }
TransformActions.cpp
603
: Diags(diag), CapturedDiags(capturedDiags),
ReportedErrors
(false) {
686
ReportedErrors
= true;
Completed in 42 milliseconds