Searched refs:warnIfNilExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp98 void warnIfNilExpr(const Expr *E,
122 void NilArgChecker::warnIfNilExpr(const Expr *E, function in class:NilArgChecker
291 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C);
300 warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C);
301 warnIfNilExpr(Element.Value, "Dictionary value cannot be nil", C);

Completed in 46 milliseconds