Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h244 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile);
H A DCodeGenModule.cpp451 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics() function in InstrProfStats
557 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release()