Searched defs:shouldCopy (Results 1 – 3 of 3) sorted by relevance
1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy()1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
4245 bool shouldCopy = CRE->shouldCopy(); emitWritebackArg() local
3911 AddPassByIndirectCopyRestoreStep(QualType type,bool shouldCopy) AddPassByIndirectCopyRestoreStep() argument