Searched refs:getCopyExpr (Results 1 – 7 of 7) sorted by relevance
824 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()1379 const Expr *copyExpr = CI.getCopyExpr(); in GenerateCopyHelperFunction()
223 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
1625 dumpStmt(I.getCopyExpr()); in VisitBlockDecl()
1251 TRY_TO(TraverseStmt(I.getCopyExpr()));
3471 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
1017 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
2337 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()