|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2846 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) {
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h 616 virtual void emitReport(std::unique_ptr<BugReport> R);
References
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h 219 Eng.getBugReporter().emitReport(std::move(R));
tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp 124 BR.emitReport(std::move(R));
186 BR.emitReport(std::move(R));
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp 151 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*BT, Msg, N));
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp 46 BReporter.emitReport(std::move(Report));
66 BReporter.emitReport(std::move(Report));
84 BReporter.emitReport(std::move(Report));
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp 276 BR.emitReport(
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp 179 BR.emitReport(std::move(R));
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp 342 BR->emitReport(std::move(Report));
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2865 BugReporter::emitReport(std::move(R));
3257 emitReport(std::move(R));