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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp117 void warnIfNilArg(CheckerContext &C,
149 void NilArgChecker::warnIfNilArg(CheckerContext &C, function in class:NilArgChecker
305 warnIfNilArg(C, msg, /* Arg */1, Class);
316 warnIfNilArg(C, msg, Arg, Class, CanBeSubscript);

Completed in 136 milliseconds