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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  113     void warnIfNilExpr(const Expr *E,

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  323     warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C);
  332     warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C);
  333     warnIfNilExpr(Element.Value, "Dictionary value cannot be nil", C);