Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ivar

347     // Rewriting ivar access
349 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
533 // Rewriting ivar
534 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
800 // Synthesize an explicit cast to gain access to the ivar.
858 // Synthesize an explicit cast to initialize the ivar.
3258 // FIXME: If there are cases where '<' is used in ivar declaration part
3259 // of user code, then scan the ivar list and use needToScanForQualifiers
4672 // Pseudo-object operations and ivar references need special
5171 /// ivar offset.
5172 void RewriteObjCFragileABI::RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
5174 if (ivar->isBitField()) {
5180 Result += ivar->getContainingInterface()->getNameAsString();
5184 Result += ivar->getNameAsString();
5952 // Synthesize an explicit cast to gain access to the ivar.
5980 assert(!IV->isFreeIvar() && "Cannot have a free standing ivar outside a method");
5982 // Explicit ivar refs need to have a cast inserted.
5993 // Synthesize an explicit cast to gain access to the ivar.