Searched refs:copy_array_temps (Results 1 – 6 of 6) sorted by relevance
252 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()3359 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()3360 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()4883 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()4884 C->copy_array_temps().end()); in EmitOMPScanDirective()
661 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
3206 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function3211 helper_expr_range copy_array_temps() { in copy_array_temps() function
3449 for (auto *E : C->copy_array_temps()) {
6268 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
4617 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()