Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1529 void setShouldCopy(bool shouldCopy) {1530 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;1534 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)1540 setShouldCopy(shouldCopy);1548 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
170 addData(S->shouldCopy());
1320 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
3275 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local3276 if (!shouldCopy) { in emitWritebackArg()3303 if (shouldCopy) { in emitWritebackArg()3316 if (shouldCopy) { in emitWritebackArg()3339 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
1952 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
708 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
3525 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument3527 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()