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

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

Completed in 32 milliseconds