Searched refs:getCopyExpr (Results 1 – 6 of 6) sorted by relevance
802 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()1333 const Expr *copyExpr = CI.getCopyExpr(); in GenerateCopyHelperFunction()
1212 TRY_TO(TraverseStmt(I.getCopyExpr()));
1277 TRY_TO(TraverseStmt(I.getCopyExpr()));
3258 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
1487 dumpStmt(I.getCopyExpr()); in VisitBlockDecl()
857 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()