Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:self

658       llvm::Value *self;
661 self = CGF.LoadObjCSelf();
663 self = llvm::ConstantPointerNull::get(IdTy);
672 EnforceType(Builder, self, IdTy) };
1213 ///send to self with special delivery semantics indicating which class's method