Searched refs:shouldCopy (Results 1 – 6 of 6) sorted by relevance
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()