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

References

tools/clang/include/clang/Sema/Scope.h
  330   bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
tools/clang/lib/Driver/Driver.cpp
 1336   if (Trap.hasErrorOccurred()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1111     if (Trap.hasErrorOccurred())
 5801         if (Trap.hasErrorOccurred()) {
tools/clang/lib/Sema/SemaStmt.cpp
 2345     if (Enabled && Trap.hasErrorOccurred())
tools/clang/tools/libclang/Indexing.cpp
  622   if (DiagTrap.hasErrorOccurred() && CXXIdx->getDisplayDiagnostics())
tools/clang/unittests/Basic/DiagnosticTest.cpp
   39     EXPECT_TRUE(trap.hasErrorOccurred());