Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsCopy

647     bool isCopy() const { return IsCopy; }
658 unsigned IsCopy : 1;
672 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
684 if (IsCopy) {
1209 strategy.isCopy());
1250 args.add(RValue::get(Builder.getInt1(strategy.isCopy())),