Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 12 of 12) sorted by relevance
168 class ObjCIndirectCopyRestoreExpr {
1518 class ObjCIndirectCopyRestoreExpr : public Expr {1526 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1534 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
862 friend class ObjCIndirectCopyRestoreExpr; in alignas() local
2517 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
173 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
3233 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()3486 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()3585 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()3586 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
762 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()2739 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
705 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
1950 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
2319 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
7983 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
11957 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()