HomeSort by relevance Sort by last modified time
    Searched refs:reportDiagnostics (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 79 void CapturedDiagList::reportDiagnostics(DiagnosticsEngine &Diags) const {
225 arcDiags.reportDiagnostics(*Diags);
281 capturedDiags.reportDiagnostics(*Diags);
321 capturedDiags.reportDiagnostics(*Diags);
557 capturedDiags.reportDiagnostics(*Diags);
Internals.h 35 void reportDiagnostics(DiagnosticsEngine &diags) const;
  /external/clang/lib/CodeGen/
CodeGenModule.h 255 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile);
    [all...]
CodeGenModule.cpp 330 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags,
354 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
    [all...]

Completed in 581 milliseconds