Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp81 void CapturedDiagList::reportDiagnostics(DiagnosticsEngine &Diags) const { in reportDiagnostics() function in CapturedDiagList
227 arcDiags.reportDiagnostics(*Diags); in emitPremigrationErrors()
284 capturedDiags.reportDiagnostics(*Diags); in checkForManualIssues()
324 capturedDiags.reportDiagnostics(*Diags); in checkForManualIssues()
565 capturedDiags.reportDiagnostics(*Diags); in applyTransform()
H A DInternals.h36 void reportDiagnostics(DiagnosticsEngine &diags) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h244 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile);
H A DCodeGenModule.cpp751 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics() function in InstrProfStats
890 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release()