Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 11 of 11) sorted by relevance
153 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
1472 class ObjCIndirectCopyRestoreExpr : public Expr {1484 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1488 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
2260 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
255 friend class ObjCIndirectCopyRestoreExpr; variable
1883 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()2009 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()2010 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1149 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
1936 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
621 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()2184 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
575 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
6157 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()
9080 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()