Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1579 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument1580 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()1584 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument1587 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()1596 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
169 addData(S->shouldCopy());
1368 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
4432 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local4433 if (!shouldCopy) { in emitWritebackArg()4458 if (shouldCopy) { in emitWritebackArg()4471 if (shouldCopy) { in emitWritebackArg()4493 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
2455 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
1045 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
4130 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument4132 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()