Searched refs:reportDiagnostics (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DARCMT.cpp79 void CapturedDiagList::reportDiagnostics(DiagnosticsEngine &Diags) const { function in class:CapturedDiagList
225 arcDiags.reportDiagnostics(*Diags);
281 capturedDiags.reportDiagnostics(*Diags);
321 capturedDiags.reportDiagnostics(*Diags);
557 capturedDiags.reportDiagnostics(*Diags);
H A DInternals.h35 void reportDiagnostics(DiagnosticsEngine &diags) const;
/external/clang/lib/CodeGen/
H A DCodeGenModule.h250 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile);
H A DCodeGenModule.cpp314 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, function in class:InstrProfStats
341 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);

Completed in 328 milliseconds