clang: lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp File Reference (original) (raw)
Go to the source code of this file.
Functions | |
---|---|
static void | Scan (IvarUsageMap &M, const Stmt *S) |
static void | Scan (IvarUsageMap &M, const ObjCPropertyImplDecl *D) |
static void | Scan (IvarUsageMap &M, const ObjCContainerDecl *D) |
static void | Scan (IvarUsageMap &M, const DeclContext *C, const FileID FID, const SourceManager &SM) |
static void | checkObjCUnusedIvar (const ObjCImplementationDecl *D, BugReporter &BR, const CheckerBase *Checker) |