Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1576 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument1577 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()1581 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument1584 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()1593 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
170 addData(S->shouldCopy());
1364 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
4013 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local4014 if (!shouldCopy) { in emitWritebackArg()4040 if (shouldCopy) { in emitWritebackArg()4053 if (shouldCopy) { in emitWritebackArg()4075 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
2317 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
942 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
3800 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument3802 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()