Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
170 addData(S->shouldCopy());
1342 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
3963 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local3964 if (!shouldCopy) { in emitWritebackArg()3990 if (shouldCopy) { in emitWritebackArg()4003 if (shouldCopy) { in emitWritebackArg()4025 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
2295 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
944 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
3780 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument3782 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()