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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp117 void warnIfNilArg(CheckerContext &C,
150 void NilArgChecker::warnIfNilArg(CheckerContext &C, function in class:NilArgChecker
307 warnIfNilArg(C, msg, /* Arg */1, Class);
311 warnIfNilArg(C, msg, /* Arg */1, Class, CanBeSubscript);
319 warnIfNilArg(C, msg, Arg, Class, CanBeSubscript);

Completed in 805 milliseconds