Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 11 of 11) sorted by relevance
1464 class ObjCIndirectCopyRestoreExpr : public Expr {1476 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
221 friend class ObjCIndirectCopyRestoreExpr; in LLVM_ALIGNAS() local
2351 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
165 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
3006 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()3267 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()3268 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1625 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
2506 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
654 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()3193 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
616 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
6866 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
11085 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()