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