Searched defs:shouldCopy (Results 1 – 3 of 3) sorted by relevance
1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy()1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
3870 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3750 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()