Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument1587 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument1594 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
170 addData(S->shouldCopy());
1367 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
4257 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local4258 if (!shouldCopy) { in emitWritebackArg()4283 if (shouldCopy) { in emitWritebackArg()4296 if (shouldCopy) { in emitWritebackArg()4318 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
2406 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
1027 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
4048 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument4050 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()