Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 12 of 12) sorted by relevance
153 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
1471 class ObjCIndirectCopyRestoreExpr : public Expr {1483 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1487 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
2328 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
255 friend class ObjCIndirectCopyRestoreExpr; variable
1889 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()2015 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()2016 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1129 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
1908 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
621 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()2145 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
574 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
2232 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
6065 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()
8903 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()