Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsCopy

595     bool isCopy() const { return IsCopy; }
606 unsigned IsCopy : 1;
620 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
632 if (IsCopy) {
1157 strategy.isCopy());
1197 args.add(RValue::get(Builder.getInt1(strategy.isCopy())),