Lines Matching refs:OMPLexicalScope
29 class OMPLexicalScope final : public CodeGenFunction::LexicalScope { class
56 OMPLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope() function in __anon1bf826e10111::OMPLexicalScope
1219 OMPLexicalScope Scope(CGF, S); in emitCommonOMPParallelDirective()
1667 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPSimdDirective()
1870 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeParallelForDirective()
1882 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeParallelForSimdDirective()
1894 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeSimdDirective()
1906 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPTargetParallelForSimdDirective()
2116 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPForDirective()
2134 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPForSimdDirective()
2290 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPSectionsDirective()
2304 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPSectionDirective()
2336 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPSingleDirective()
2355 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPMasterDirective()
2367 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPCriticalDirective()
2553 OMPLexicalScope Scope(*this, S); in EmitOMPTaskBasedDirective()
2606 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPTaskgroupDirective()
2741 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeDirective()
2777 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPOrderedDirective()
3239 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPAtomicDirective()
3312 OMPLexicalScope Scope(*this, S); in EmitOMPTargetDirective()
3337 OMPLexicalScope Scope(CGF, S); in emitCommonOMPTeamsDirective()
3396 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPTargetDataDirective()