Searched refs:SingleScope (Results 1 – 4 of 4) sorted by relevance
47 SingleScope, enumerator70 case SyncScope::SingleScope: in getAsString()249 return SyncScope::SingleScope; in map()
87 case SyncScope::SingleScope: in mapClangSyncScopeToLLVM()
488 case SyncScope::SingleScope: in getLLVMSyncScopeID()
4472 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local4473 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()4474 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()4475 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()