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