Searched refs:ShouldMarkAsGlobal (Results 1 – 2 of 2) sorted by relevance
710 bool ShouldMarkAsGlobal = true; variable
10611 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal; in DisableAutoDeclareTargetRAII()10612 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()10618 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal; in ~DisableAutoDeclareTargetRAII()10622 if (!CGM.getLangOpts().OpenMPIsDevice || !ShouldMarkAsGlobal) in markAsGlobalTarget()