Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 12 of 12) sorted by relevance
1439 class ObjCIndirectCopyRestoreExpr : public Expr {1451 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function1455 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function1484 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } in classof() argument
240 friend class ObjCIndirectCopyRestoreExpr; variable
2179 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
149 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
1686 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()1767 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()1768 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1060 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
1751 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
535 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()1949 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
507 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
2099 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
8514 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()8524 ObjCIndirectCopyRestoreExpr(subExpr, E->getType(), E->shouldCopy())); in TransformObjCIndirectCopyRestoreExpr()
5349 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()