Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMT.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()
HDInternals.h36 void reportDiagnostics(DiagnosticsEngine &diags) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h244 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile);
HDCodeGenModule.cpp751 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics() function in InstrProfStats
890 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release()