Searched refs:HasLastprivates (Results 1 – 1 of 1) sorted by relevance
1085 bool HasLastprivates = false; in EmitOMPForDirective() local1086 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF) { in EmitOMPForDirective()1087 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForDirective()1092 if (!S.getSingleClause(OMPC_nowait) || HasLastprivates) { in EmitOMPForDirective()