Lines Matching refs:Ivar
1117 /// Add implementations's ivar to the synthesize class's ivar list.
1120 // Add ivar's to class's DeclContext.
1129 // If implementation has empty ivar list, just return.
1158 // Instance ivar to Implementation's DeclContext.
1165 // Check interface's Ivar list against those in the implementation.
1174 assert (ImplIvar && "missing implementation ivar");
1175 assert (ClsIvar && "missing class ivar");
2460 ObjCIvarDecl* Ivar = *IVI;
2461 if (Ivar->isInvalidDecl())
2463 if (IdentifierInfo *II = Ivar->getIdentifier()) {
2466 Diag(Ivar->getLocation(), diag::err_duplicate_member) << II;
2468 Ivar->setInvalidDecl();
3326 // For each ivar, create a fresh ObjCAtDefsFieldDecl.