Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
22 public void shouldCopy() throws Exception { in shouldCopy() method in WifiConfigurationTest
1477 void setShouldCopy(bool shouldCopy) {1478 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;1485 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)1491 setShouldCopy(shouldCopy);1499 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
2705 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local2706 if (!shouldCopy) { in emitWritebackArg()2732 if (shouldCopy) { in emitWritebackArg()2745 if (shouldCopy) { in emitWritebackArg()2768 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
1075 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
1507 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
3201 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument3203 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()
605 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()