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

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  432                                           bugreporter::TrackingKind::Thorough);
  439       bugreporter::TrackingKind TKind = bugreporter::TrackingKind::Thorough);
  445                                    bugreporter::TrackingKind::Thorough);
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
  116                           TrackingKind TKind = TrackingKind::Thorough,
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  286                                     bugreporter::TrackingKind::Thorough, false);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  151           N, IdxExpr, *R, bugreporter::TrackingKind::Thorough, false);
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
   91             bugreporter::TrackingKind::Thorough));
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2191     case bugreporter::TrackingKind::Thorough:
 2192       Result.first->getSecond() = bugreporter::TrackingKind::Thorough;
 2251     case bugreporter::TrackingKind::Thorough:
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2123       N, Receiver, BR, bugreporter::TrackingKind::Thorough,