Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ivar

1024   /// Add implementations's ivar to the synthesize class's ivar list.
1027 // Add ivar's to class's DeclContext.
1036 // If implementation has empty ivar list, just return.
1052 // Instance ivar to Implementation's DeclContext.
1059 // Check interface's Ivar list against those in the implementation.
1068 assert (ImplIvar && "missing implementation ivar");
1069 assert (ClsIvar && "missing class ivar");
2189 ObjCIvarDecl* Ivar = (*IVI);
2190 if (Ivar->isInvalidDecl())
2192 if (IdentifierInfo *II = Ivar->getIdentifier()) {
2195 Diag(Ivar->getLocation(), diag::err_duplicate_member) << II;
2197 Ivar->setInvalidDecl();
2970 // For each ivar, create a fresh ObjCAtDefsFieldDecl.