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

References

tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
   36   Report->addRange(MPICallEvent.getSourceRange());
   40     Report->addRange(Range);
   42   Report->addVisitor(std::make_unique<RequestNodeVisitor>(
   44   Report->markInteresting(RequestRegion);
   46   BReporter.emitReport(std::move(Report));