Home | History | Annotate | Download | only in Checkers

Lines Matching defs:ID

100   ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
101 if (ID)
102 return ID;
107 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
108 if (ID)
109 return ID;
113 ID = NonConstInterD->lookupInstanceVariable(PropIdent);
115 return ID;
129 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
132 if (!ID)
136 IvarToPropMap[ID] = PD;