Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ivar

349     // Rewriting ivar access
351 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
539 // Rewriting ivar
540 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
806 // Synthesize an explicit cast to gain access to the ivar.
864 // Synthesize an explicit cast to initialize the ivar.
3257 // FIXME: If there are cases where '<' is used in ivar declaration part
3258 // of user code, then scan the ivar list and use needToScanForQualifiers
4669 // Pseudo-object operations and ivar references need special
5168 /// ivar offset.
5169 void RewriteObjCFragileABI::RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
5171 if (ivar->isBitField()) {
5177 Result += ivar->getContainingInterface()->getNameAsString();
5181 Result += ivar->getNameAsString();
5946 // Synthesize an explicit cast to gain access to the ivar.
5974 assert(!IV->isFreeIvar() && "Cannot have a free standing ivar outside a method");
5976 // Explicit ivar refs need to have a cast inserted.
5987 // Synthesize an explicit cast to gain access to the ivar.