Searched defs:reportDiagnostics (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DARCMT.cpp79 void CapturedDiagList::reportDiagnostics(DiagnosticsEngine &Diags) const { function in class:CapturedDiagList
229 arcDiags.reportDiagnostics(*Diags);
286 capturedDiags.reportDiagnostics(*Diags);
326 capturedDiags.reportDiagnostics(*Diags);
565 capturedDiags.reportDiagnostics(*Diags);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp347 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, function in class:InstrProfStats
381 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);

Completed in 102 milliseconds