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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  766     os << (isa<ObjCMethodDecl>(D) ? " is returned from a method "
  769     if (D->hasAttr<CFReturnsNotRetainedAttr>()) {
  771     } else if (D->hasAttr<NSReturnsNotRetainedAttr>()) {
  773     } else if (D->hasAttr<OSReturnsNotRetainedAttr>()) {
  776       if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
  787         const FunctionDecl *FD = cast<FunctionDecl>(D);