Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 12 of 12) sorted by relevance
1481 class ObjCIndirectCopyRestoreExpr : public Expr {1493 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1497 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
2225 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
255 friend class ObjCIndirectCopyRestoreExpr; in LLVM_ALIGNAS() local
2255 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
152 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
2543 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()2797 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()2798 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1377 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
2164 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
620 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()2635 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
572 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
6381 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
10020 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()