Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp117 void warnIfNilExpr(const Expr *E, const char *Msg, CheckerContext &C) const;
132 void NilArgChecker::warnIfNilExpr(const Expr *E, in warnIfNilExpr() function in NilArgChecker
334 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C); in checkPostStmt()
343 warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C); in checkPostStmt()
344 warnIfNilExpr(Element.Value, "Dictionary value cannot be nil", C); in checkPostStmt()