Lines Matching defs:Scan
33 static void Scan(IvarUsageMap& M, const Stmt *S) {
47 Scan(M, BE->getBody());
55 Scan(M, sub);
59 Scan(M, SubStmt);
62 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
76 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) {
77 // Scan the methods for accesses.
79 Scan(M, I->getBody());
82 // Scan for @synthesized property methods that act as setters/getters
85 Scan(M, I);
87 // Scan the associated categories as well.
90 Scan(M, CID);
95 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
101 Scan(M, FD->getBody());
131 Scan(M, D);
144 // We found some potentially unused ivars. Scan the entire translation unit
150 Scan(M, D->getDeclContext(), SM.getFileID(D->getLocation()), SM);