Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ivar

350     // Rewriting ivar access
352 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
547 // Rewriting ivar
548 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
813 ivar.
872 // Synthesize an explicit cast to initialize the ivar.
3211 // FIXME: If there are cases where '<' is used in ivar declaration part
3212 // of user code, then scan the ivar list and use needToScanForQualifiers
4618 // Pseudo-object operations and ivar references need special
5113 /// ivar offset.
5114 void RewriteObjCFragileABI::RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
5116 if (ivar->isBitField()) {
5122 Result += ivar->getContainingInterface()->getNameAsString();
5126 Result += ivar->getNameAsString();
5883 // Synthesize an explicit cast to gain access to the ivar.
5911 assert(!IV->isFreeIvar() && "Cannot have a free standing ivar outside a method");
5913 // Explicit ivar refs need to have a cast inserted.
5924 // Synthesize an explicit cast to gain access to the ivar.