Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
1472 void setShouldCopy(bool shouldCopy) {1473 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)1486 setShouldCopy(shouldCopy);1494 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
24 public void shouldCopy() throws Exception { in shouldCopy() method in ShadowWifiConfigurationTest
1082 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
3048 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local3049 if (!shouldCopy) { in emitWritebackArg()3075 if (shouldCopy) { in emitWritebackArg()3088 if (shouldCopy) { in emitWritebackArg()3111 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
1627 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
3284 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument3286 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()
619 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()