reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1412   NumWarningsInPreamble = getDiagnostics().getNumWarnings();
tools/clang/unittests/AST/ASTImporterTest.cpp
 1876   EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 1909   EXPECT_EQ(1u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 3416   EXPECT_EQ(1u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 4217     EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 4824   EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
  247     EXPECT_EQ(0u, ToTu->getASTContext().getDiagnostics().getNumWarnings());
  270                       .getNumWarnings());
tools/clang/unittests/Basic/DiagnosticTest.cpp
   71     EXPECT_EQ(Diags.getNumWarnings(), FatalsAsError);