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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  717   if (AE.getObjKind() == ObjKind::ObjC && IgnoreRetainMsg) {
  718     switch (AE.getKind()) {
  722       AE = AE.withKind(DoNothing);
  722       AE = AE.withKind(DoNothing);
  725       AE = AE.withKind(DoNothing);
  725       AE = AE.withKind(DoNothing);
  728       AE = AE.withKind(StopTracking);
  728       AE = AE.withKind(StopTracking);
  740   switch (AE.getKind()) {
  806             if (AE.getKind() == DecRefBridgedTransferred ||
  812           } else if (AE.getKind() == DecRefAndStopTrackingHard) {
  821             if (AE.getKind() == DecRefAndStopTrackingHard)
  828             if (AE.getKind() == DecRefAndStopTrackingHard)