Lines Matching defs:ID
31 static bool scan_ivar_release(Stmt *S, ObjCIvarDecl *ID,
43 if (E->getDecl() == ID)
73 if (*I && scan_ivar_release(*I, ID, PD, Release, SelfII, Ctx))
86 const ObjCInterfaceDecl *ID = D->getClassInterface();
88 // Does the class contain any ivars that are pointers (or id<...>)?
91 // http://llvm.org/bugs/show_bug.cgi?id=2517
95 for (const auto *Ivar : ID->ivars()) {
115 for ( ; ID ; ID = ID->getSuperClass()) {
116 IdentifierInfo *II = ID->getIdentifier();
124 // http://llvm.org/bugs/show_bug.cgi?id=3187
129 if (!ID)
177 ObjCIvarDecl *ID = I->getPropertyIvarDecl();
178 if (!ID)
181 QualType T = ID->getType();
195 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
206 os << "The '" << *ID
214 os << "The '" << *ID