Searched refs:copy_array_temps (Results 1 – 7 of 7) sorted by relevance
250 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()3333 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()3334 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()4857 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()4858 C->copy_array_temps().end()); in EmitOMPScanDirective()
654 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
3098 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function3103 helper_expr_range copy_array_temps() { in copy_array_temps() function
3409 for (auto *E : C->copy_array_temps()) {
6261 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
2425 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
4610 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()