Searched refs:getCopyExpr (Results 1 – 7 of 7) sorted by relevance
828 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()1381 const Expr *copyExpr = CI.getCopyExpr(); in GenerateCopyHelperFunction()
223 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
1737 dumpStmt(I.getCopyExpr()); in VisitBlockDecl()
1334 TRY_TO(TraverseStmt(I.getCopyExpr()));
3492 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
1042 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
2351 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()