Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp114 void warnIfNilExpr(const Expr *E,
138 void NilArgChecker::warnIfNilExpr(const Expr *E, in warnIfNilExpr() function in NilArgChecker
324 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C); in checkPostStmt()
333 warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C); in checkPostStmt()
334 warnIfNilExpr(Element.Value, "Dictionary value cannot be nil", C); in checkPostStmt()