Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance
22 public void shouldCopy() throws Exception { in shouldCopy() method in WifiConfigurationTest
1479 void setShouldCopy(bool shouldCopy) {1480 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;1487 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)1493 setShouldCopy(shouldCopy);1501 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
1930 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local1931 if (!shouldCopy) { in emitWritebackArg()1956 if (shouldCopy) { in emitWritebackArg()1969 if (shouldCopy) { in emitWritebackArg()1992 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
1018 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
1131 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
577 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
2859 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument2861 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()